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, '');
}