menu
nylo_support package
documentation
widgets/navigation_hub/journey_state.dart
JourneyState<T extends StatefulWidget>
goToStep method
goToStep method
dark_mode
light_mode
goToStep
method
void
goToStep
(
int
stepIndex
)
Jump to a specific step by index
Implementation
void goToStep(int stepIndex) => _journeyHelper.goToStep(stepIndex);
nylo_support package
documentation
widgets/navigation_hub/journey_state
JourneyState<T extends StatefulWidget>
goToStep method
JourneyState class