ariaModal property

String? ariaModal

Implementation

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

Implementation

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