Gets the value of "grid-template-areas"
Source
String get gridTemplateAreas => getPropertyValue('grid-template-areas');
Sets the value of "grid-template-areas"
Source
set gridTemplateAreas(String value) {
setProperty('grid-template-areas', value, '');
}