gridRow property

String gridRow

Gets the value of "grid-row"

Implementation

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

Sets the value of "grid-row"

Implementation

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