LiveListRemovedItemBuilder typedef

Widget LiveListRemovedItemBuilder (
  1. BuildContext context,
  2. Animation<double> animation
)

Signature for the builder callback

Implementation

typedef LiveListRemovedItemBuilder = Widget Function(
    BuildContext context, Animation<double> animation);