ariaHidden property

String? ariaHidden

Implementation

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

Implementation

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