LastChildLayoutType enum

Inheritance

Constructors

LastChildLayoutType()
const

Values

none → const LastChildLayoutType

as default child

fullCrossAxisExtent → const LastChildLayoutType

follow max child trailing layout offset and layout with full cross-axis extent last child as load more item/no more item in ExtendedGridView and WaterfallFlow with full cross axis extend

as foot at trailing and layout with full cross axis extend show no more item at trailing when children are not full of viewport if children is full of viewport, it's the same as fullCrossAxisExtent

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