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, '');
}