gridRowEnd property Null safety

String gridRowEnd

Gets the value of "grid-row-end"

Implementation

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

Sets the value of "grid-row-end"

Implementation

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