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