onAdded property

(FutureOr<T> Function(T)?) onAdded
final

Called when add to tag button is pressed.

Api Calls to add the tag can be called here.

Implementation

final FutureOr<T> Function(T)? onAdded;