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