ariaDisabled property

String? ariaDisabled

Implementation

String? get ariaDisabled => js_util.getProperty(this, 'ariaDisabled');
void ariaDisabled=(String? newValue)

Implementation

set ariaDisabled(String? newValue) {
  js_util.setProperty(this, 'ariaDisabled', newValue);
}