String orientation

Gets the value of "orientation"

Source

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

Sets the value of "orientation"

Source

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