onWillPrevious property

WillDoCallback? onWillPrevious
final

This callback is called when the demo flow is about to jump to the previous step.

You can return false if you want to prevent it from taking effect.

Implementation

final WillDoCallback? onWillPrevious;