onWillMoveNext property

OnWillMoveNext? onWillMoveNext
final

Callback called just before launching the Swipe action.

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

Implementation

final OnWillMoveNext? onWillMoveNext;