ariaDisabled property
String?
get
ariaDisabled
Implementation
String? get ariaDisabled => js_util.getProperty(this, 'ariaDisabled');
set
ariaDisabled
(String? newValue)
Implementation
set ariaDisabled(String? newValue) {
js_util.setProperty(this, 'ariaDisabled', newValue);
}