columnRuleWidth property

String columnRuleWidth

Implementation

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

Implementation

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