presentation/lists_views/animatable_state_list_view library

Classes

AnimatableStateListView<T>
A useful widget to render animated list views, it handles insert and remove animations based on input data changes

Typedefs

AnimatedStateListItemBuilder<T> = Widget Function(BuildContext context, int index, Animation<double> animation, T item)
IdMapper<T> = String Function(T item)