HeaderMainAxisAlignment enum

Main axis direction alignment

For vertical scroll, header will be aligned to the top and bottom edges. For horizontal scroll header will be aligned to the left and right edges

It also affect side where sticky header will be sticked.

Inheritance

Constructors

HeaderMainAxisAlignment()
const

Values

start → const HeaderMainAxisAlignment

Start position against main axis

For Horizontal scroll header will be places at the left, for vertical - at the top side

end → const HeaderMainAxisAlignment

End alignment

For Horizontal scroll header will be places at the right, for vertical - at the bottom side

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<HeaderMainAxisAlignment>
A constant List of the values in this enum, in order of their declaration.