gridRow property
Gets the value of "grid-row"
Implementation
String get gridRow => getPropertyValue('grid-row');
Sets the value of "grid-row"
Implementation
set gridRow(String value) {
setProperty('grid-row', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "grid-row"
String get gridRow => getPropertyValue('grid-row');
Sets the value of "grid-row"
set gridRow(String value) {
setProperty('grid-row', value, '');
}