gridTemplateRows property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getgridTemplateRows
Gets the value of "grid-template-rows"
Implementation
String get gridTemplateRows => getPropertyValue('grid-template-rows');
setgridTemplateRows (String value)
Sets the value of "grid-template-rows"
Implementation
set gridTemplateRows(String value) {
setProperty('grid-template-rows', value, '');
}