ChipSelectionLoader<T> typedef

ChipSelectionLoader<T> = Future<List<ChipSelectionData<T>>> Function()

Callback to load the choice items

Implementation

typedef Future<List<ChipSelectionData<T>>> ChipSelectionLoader<T>();