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