DefaultAnimatedListAnimationBuilder class
Default singleton class for building animated Widgets.
For removing items a fade out effect will be provided. For inserting new items a fade in effect will be provided. For changing items a morph effect will be provided.
- Implemented types
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.override -
buildInserting(
BuildContext context, Widget widget, Animation< double> animation) → Widget -
Wraps the
widget
in an animated widget for inserting new items.override -
buildRemoving(
BuildContext context, Widget widget, Animation< double> animation) → Widget -
Wraps the
widget
in an animated widget for removing items.override -
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
Constants
- instance → const DefaultAnimatedListAnimationBuilder
-
const DefaultAnimatedListAnimationBuilder._()