ExtendedListDelegate class
A delegate that provides extensions within the ExtendedGridView
,ExtendedList
,WaterfallFlow.
Constructors
- ExtendedListDelegate({LastChildLayoutTypeBuilder? lastChildLayoutTypeBuilder, CollectGarbage? collectGarbage, ViewportBuilder? viewportBuilder, bool closeToTrailing = false})
-
const
Properties
- closeToTrailing → bool
-
when reverse property of List is true, layout is as following.
it likes chat list, and new session will insert to zero index
but it's not right when items are not full of viewport.
final
- collectGarbage → CollectGarbage?
-
Call when collect garbage, return indexes of children which are disposed to collect
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastChildLayoutTypeBuilder → LastChildLayoutTypeBuilder?
-
The builder to get layout type of last child
Notice: it should only for last child
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewportBuilder → ViewportBuilder?
-
The builder to get indexes in viewport
final
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