boxOrient 属性

String boxOrient

获取 "box-orient" 的值

实现

String get boxOrient => getPropertyValue('box-orient');
void boxOrient=(String value)

设置 "box-orient" 的值

实现

set boxOrient(String value) {
  setProperty('box-orient', value, '');
}