BeforeChangeMultiSelection<T> typedef

BeforeChangeMultiSelection<T> = Future<bool?> Function(List<T> prevItems, List<T> nextItems)

Implementation

typedef Future<bool?> BeforeChangeMultiSelection<T>(
  List<T> prevItems,
  List<T> nextItems,
);