columnSpan property

String columnSpan

Implementation

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

Implementation

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