AnimatedSliverChildDelegate class abstract

A delegate that supplies children for animated slivers.

This class has been inspired by SliverChildDelegate.

Implementers

Constructors

AnimatedSliverChildDelegate()
const

Properties

animator AnimatedListAnimator
Provides an animator to customize all the animations.
no setter
builder AnimatedWidgetBuilder
Provides the builder of the items currently present in the undelying list.
no setter
hashCode int
The hash code for this object.
no setterinherited
holdScrollOffset bool
Whether to prevent scrolling up when the above items not visibile are modified.
no setter
initialChildCount int
Provides the initial child count of the underlying list.
no setter
initialScrollOffsetCallback InitialScrollOffsetCallback?
A function that is called at the very early stage to give you the option to return the initial scroll offset.
no setter
reorderModel AnimatedListBaseReorderModel?
Provides a model (a bunch of callbacks) to handle reordering.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

didFinishLayout(int firstIndex, int lastIndex) → void
See SliverChildDelegate.didFinishLayout. The indices refer to the actual items built in the list view.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
wrapWidget(BuildContext context, Widget widget, AnimatedWidgetBuilderData data) Widget
Wrap a built child widget adding extra visual effects, animations and others.

Operators

operator ==(Object other) bool
The equality operator.
inherited