gridRow property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getgridRow
Gets the value of "grid-row"
Implementation
String get gridRow => getPropertyValue('grid-row');
setgridRow (String value)
Sets the value of "grid-row"
Implementation
set gridRow(String value) {
setProperty('grid-row', value, '');
}