onDeleteItem property

(dynamic Function(ValueItem<T>)?) onDeleteItem
final

Function to be executed after the item was deleted.

Implementation

final Function(ValueItem<T>)? onDeleteItem;