AnimatedListItemBuilder typedef
Signature for the builder callback used by AnimatedList.
Implementation
typedef AnimatedListItemBuilder = Widget Function(BuildContext context, int index, Animation<double> animation);
Signature for the builder callback used by AnimatedList.
typedef AnimatedListItemBuilder = Widget Function(BuildContext context, int index, Animation<double> animation);