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