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