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