orientation property
Gets the value of "orientation"
Implementation
String get orientation => getPropertyValue('orientation');
Sets the value of "orientation"
Implementation
set orientation(String value) {
setProperty('orientation', value, '');
}