OnLostFocus<T> typedef
OnLostFocus<T> =
void Function(ChipsInputController<T> ? controller)
Simple callback for query changing.
Implementation
typedef OnLostFocus<T> = void Function(ChipsInputController<T>? controller);