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