columnRuleWidth property

String get columnRuleWidth

Implementation

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

Implementation

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