ariaColSpan property
String?
get
ariaColSpan
Implementation
_i2.String? get ariaColSpan => _i4.getProperty(
this,
'ariaColSpan',
);
set
ariaColSpan
(String? value)
Implementation
set ariaColSpan(_i2.String? value) {
_i4.setProperty(
this,
'ariaColSpan',
value ?? _i6.undefined,
);
}