columnRule property Null safety

String columnRule

Gets the value of "column-rule"

Implementation

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

Sets the value of "column-rule"

Implementation

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