BoxSizing class
CSS box-sizing value.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns the CSS box-sizing string.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- borderBox → const BoxSizing
-
CSS
border-box. - contentBox → const BoxSizing
-
CSS
content-box.