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

boxSizing property

String get boxSizing

Gets the value of "box-sizing"

Implementation

String get boxSizing => getPropertyValue('box-sizing');
set boxSizing (String value)

Sets the value of "box-sizing"

Implementation

set boxSizing(String value) {
 setProperty('box-sizing', value, '');
}
CssStyleDeclarationBase class

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