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