menu
nylo_support package
documentation
widgets/navigation_hub/journey_helper.dart
JourneyHelper
isFirstStep method
isFirstStep method
dark_mode
light_mode
isFirstStep
method
bool
isFirstStep
(
)
Check if this is the first step
Implementation
bool isFirstStep() { return getCurrentStep() == 0; }
nylo_support package
documentation
widgets/navigation_hub/journey_helper
JourneyHelper
isFirstStep method
JourneyHelper class