columnRuleColor property
Gets the value of "column-rule-color"
Implementation
String get columnRuleColor => getPropertyValue('column-rule-color');
Sets the value of "column-rule-color"
Implementation
set columnRuleColor(String value) {
setProperty('column-rule-color', value, '');
}