Gets the value of "grid-auto-flow"
Source
String get gridAutoFlow => getPropertyValue('grid-auto-flow');
Sets the value of "grid-auto-flow"
Source
set gridAutoFlow(String value) { setProperty('grid-auto-flow', value, ''); }
Gets the value of "grid-auto-flow"
String get gridAutoFlow => getPropertyValue('grid-auto-flow');
Sets the value of "grid-auto-flow"
set gridAutoFlow(String value) { setProperty('grid-auto-flow', value, ''); }