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