Gets the value of "column-rule"
Source
String get columnRule => getPropertyValue('column-rule');
Sets the value of "column-rule"
Source
set columnRule(String value) { setProperty('column-rule', value, ''); }
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, ''); }