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