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