Gets the value of "box-flex"
String get boxFlex => getPropertyValue('box-flex');
Sets the value of "box-flex"
set boxFlex(String value) { setProperty('box-flex', value, ''); }