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, ''); }