ariaRowSpan property

String? ariaRowSpan

Implementation

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

Implementation

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