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