columnRule property

String columnRule

Implementation

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

Implementation

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