onSwipe property
Call back function that calls the onSwipe with the DismissDirection
Implementation
final Function(double dx, double dy, DismissDirection, Duration duration)? onSwipe;
Call back function that calls the onSwipe with the DismissDirection
final Function(double dx, double dy, DismissDirection, Duration duration)? onSwipe;