boxPack property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getboxPack
Gets the value of "box-pack"
Implementation
String get boxPack => getPropertyValue('box-pack');
setboxPack (String value)
Sets the value of "box-pack"
Implementation
set boxPack(String value) {
setProperty('box-pack', value, '');
}