removeItemBuilder property

RemovedItemBuilder<Reorderable, E>? removeItemBuilder
finalinherited

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<W, E>? removeItemBuilder;