获取 "box-direction" 属性的值
String get boxDirection => getPropertyValue('box-direction');
设置 "box-direction" 属性的值
set boxDirection(String value) { setProperty('box-direction', value, ''); }