W3cubDocs

/Dart 2

grid property

String grid

Gets the value of "grid"

Implementation

String get grid => getPropertyValue('grid');
void grid= (String value)

Sets the value of "grid"

Implementation

set grid(String value) {
  setProperty('grid', value, '');
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/CssStyleDeclarationBase/grid.html