HeaderPositionAxis enum
Header position axis for content without header overflow
Values
- mainAxis → const HeaderPositionAxis
-
Align against main axis direction
For vertical scroll column direction will be used, for horizontal scroll - row
- crossAxis → const HeaderPositionAxis
-
Align against cross axis direction
For vertical scroll row direction will be used, for horizontal scroll - column
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<
HeaderPositionAxis> - A constant List of the values in this enum, in order of their declaration.