AnimatedListAnimationBuilder class
Abstract class for building animated Widgets.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
buildChanging(
BuildContext context, Widget fromWidget, Widget toWidget, Animation< double> animation) → Widget -
Wraps the old Widget
fromWidget
and to new WidgettoWidget
in an animated one for changing items. -
buildInserting(
BuildContext context, Widget widget, Animation< double> animation) → Widget -
Wraps the
widget
in an animated widget for inserting new items. -
buildRemoving(
BuildContext context, Widget widget, Animation< double> animation) → Widget -
Wraps the
widget
in an animated widget for removing items. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited