String columnRule

Gets the value of "column-rule"

Source

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

Sets the value of "column-rule"

Source

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