orientation property Null safety

String orientation

Gets the value of "orientation"

Implementation

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

Sets the value of "orientation"

Implementation

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