removeItemBuilder property

RemovedItemBuilder<Widget, E>? removeItemBuilder
final

An optional builder when an item was removed from the list.

If not specified, the ImplicitlyAnimatedList uses the itemBuilder with the animation reversed.

Implementation

final RemovedItemBuilder<Widget, E>? removeItemBuilder;