AnimatedListRemovedItemBuilder typedef

  1. @Deprecated('Use AnimatedRemovedItemBuilder instead. ' 'This feature was deprecated after v3.5.0-4.0.pre.')
AnimatedListRemovedItemBuilder = Widget Function(BuildContext context, Animation<double> animation)

Signature for the builder callback used by AnimatedListState.removeItem.

This is deprecated, use the identical AnimatedRemovedItemBuilder instead.

Implementation

@Deprecated(
  'Use AnimatedRemovedItemBuilder instead. '
  'This feature was deprecated after v3.5.0-4.0.pre.',
)
typedef AnimatedListRemovedItemBuilder = Widget Function(BuildContext context, Animation<double> animation);