grid property
Gets the value of "grid"
Implementation
String get grid => getPropertyValue('grid');
Sets the value of "grid"
Implementation
set grid(String value) {
setProperty('grid', 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"
String get grid => getPropertyValue('grid');
Sets the value of "grid"
set grid(String value) {
setProperty('grid', value, '');
}