gridRowEnd property
Gets the value of "grid-row-end"
Implementation
String get gridRowEnd => getPropertyValue('grid-row-end');
Sets the value of "grid-row-end"
Implementation
set gridRowEnd(String value) {
setProperty('grid-row-end', value, '');
}