onCreated property

(void Function(T)?) onCreated
final

A callback after the item is created and added to your list/picked items.

Implementation

final void Function(T)? onCreated;