onWillMoveNext property

OnWillMoveNext<D>? onWillMoveNext
final

Callback called just before launching the Swipe action.

If this Callback returns false, the action will be canceled.

Implementation

final OnWillMoveNext<D>? onWillMoveNext;