ariaColSpan property

String? ariaColSpan

Implementation

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

Implementation

set ariaColSpan(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaColSpan',
    value ?? _i6.undefined,
  );
}