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