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