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