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