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