WizardRoute constructor

const WizardRoute({
  1. required WidgetBuilder builder,
  2. WizardRouteCallback? onNext,
  3. WizardRouteCallback? onReplace,
  4. WizardRouteCallback? onBack,
  5. WizardRouteLoader? onLoad,
  6. Object? userData,
})

Implementation

const WizardRoute({
  required this.builder,
  this.onNext,
  this.onReplace,
  this.onBack,
  this.onLoad,
  this.userData,
});