columnRuleColor property

String columnRuleColor

Implementation

_i2.String get columnRuleColor => _i4.getProperty(
      this,
      'columnRuleColor',
    );
void columnRuleColor=(String value)

Implementation

set columnRuleColor(_i2.String value) {
  _i4.setProperty(
    this,
    'columnRuleColor',
    value,
  );
}