onAddItem property

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

Function to be executed after the item was added.

Implementation

final Function(ValueItem<T>)? onAddItem;