onItemRemoved property

(dynamic Function(T)?) onItemRemoved
final

A callback when an item is removed, returns the item aswell.

Implementation

final Function(T)? onItemRemoved;