onNext property

WizardRouteCallback? onNext
final

The callback invoked when the next page is requested.

If onNext is not specified or it returns null, the order is determined from routes.

Implementation

final WizardRouteCallback? onNext;