orientation property

String get orientation

Gets the value of "orientation"

Implementation

String get orientation => getPropertyValue('orientation');
set orientation (String value)

Sets the value of "orientation"

Implementation

set orientation(String value) {
  setProperty('orientation', value, '');
}