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