columnRule property

String get columnRule

Gets the value of "column-rule"

Implementation

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

Sets the value of "column-rule"

Implementation

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