routes property

Map<String, WizardRoute>? routes
final

The wizards's routing table.

The order of routes is the order of the wizard pages are shown. The order can be customized with WizardRoute.onNext and WizardRoute.onBack.

Implementation

final Map<String, WizardRoute>? routes;