columnRuleColor property

String columnRuleColor

Gets the value of "column-rule-color"

Implementation

String get columnRuleColor => getPropertyValue('column-rule-color');
void columnRuleColor= (String value)

Sets the value of "column-rule-color"

Implementation

set columnRuleColor(String value) {
  setProperty('column-rule-color', value, '');
}