ChipsChanged<T> typedef

ChipsChanged<T> = void Function(ChipsInputController<T>? controller, ChipChangeOperation operation)

Simple callback for query changing.

Implementation

typedef ChipsChanged<T> = void Function(
    ChipsInputController<T>? controller, ChipChangeOperation operation);