Picker confirm before callback.
typedef PickerConfirmBeforeCallback = Future<bool> Function( Picker picker, List<int> selected);