onWillDismiss property

SlideActionWillBeDismissed? onWillDismiss
final

Called before the widget is dismissed. If the call returns false, the item will not be dismissed.

If null, the widget will always be dismissed.

Implementation

final SlideActionWillBeDismissed? onWillDismiss;