ariaDisabled property

String? ariaDisabled

Implementation

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

Implementation

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