LiveListRemovedItemBuilder typedef
- BuildContext context,
- Animation<
double> animation
Signature for the builder callback
Implementation
typedef LiveListRemovedItemBuilder = Widget Function(
BuildContext context, Animation<double> animation);
Signature for the builder callback
typedef LiveListRemovedItemBuilder = Widget Function(
BuildContext context, Animation<double> animation);