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