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