onLoad property

WizardRouteLoader? onLoad
final

The callback invoked when the page is loaded.

If onLoad is specified and returns false, the page is skipped.

Implementation

final WizardRouteLoader? onLoad;