confirmSwipe property
Gives the app an opportunity to confirm or veto a pending swipe.
If the returned Future<bool?> completes to false or null onSwiped
callbacks will not run.
Implementation
final ConfirmSwipeCallback? confirmSwipe;
Gives the app an opportunity to confirm or veto a pending swipe.
If the returned Future<bool?> completes to false or null onSwiped
callbacks will not run.
final ConfirmSwipeCallback? confirmSwipe;