获取 "column-width" 的值
String get columnWidth => getPropertyValue('column-width');
设置 "column-width" 的值
set columnWidth(String value) { setProperty('column-width', value, ''); }