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