grid property
String gridGets the value of "grid"
Source
String get grid => getPropertyValue('grid');void grid=(
Sets the value of "grid"
Source
set grid(String value) { setProperty('grid', value, ''); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/grid.html