menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. boxPack property
boxPack

boxPack property

String get boxPack

Gets the value of "box-pack"

Implementation

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

Sets the value of "box-pack"

Implementation

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

AltStyle によって変換されたページ (->オリジナル) /