String boxPack

Gets the value of "box-pack"

Source

String get boxPack => getPropertyValue('box-pack');
void boxPack=(String value)

Sets the value of "box-pack"

Source

set boxPack(String value) {
  setProperty('box-pack', value, '');
}