orientation 属性

String orientation

获取 "orientation" 的值

实现

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

设置 "orientation" 的值

实现

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