PrimaryAxisSizingMode enum
Whether the primary axis has a fixed length (determined by the user) or an automatic length (determined by the layout engine).
Values
- fixed → const PrimaryAxisSizingMode
-
Primary axis has a fixed length.
- auto → const PrimaryAxisSizingMode
-
Primary axis has an automatic length.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PrimaryAxisSizingMode> - A constant List of the values in this enum, in order of their declaration.