menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. gridRow property
gridRow

gridRow property

String get gridRow

Gets the value of "grid-row"

Implementation

String get gridRow => getPropertyValue('grid-row');
set gridRow (String value)

Sets the value of "grid-row"

Implementation

set gridRow(String value) {
 setProperty('grid-row', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /