ariaOrientation property

String? ariaOrientation

Implementation

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

Implementation

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