columnRuleStyle 属性

String columnRuleStyle

获取 "column-rule-style" 的值

实现

String get columnRuleStyle => getPropertyValue('column-rule-style');
void columnRuleStyle=(String value)

设置 "column-rule-style" 的值

实现

set columnRuleStyle(String value) {
  setProperty('column-rule-style', value, '');
}