menu
survey_kit package
documentation
survey_kit.dart
TaskNavigator
hasPreviousStep method
hasPreviousStep method
dark_mode
light_mode
hasPreviousStep
method
bool
hasPreviousStep
(
)
Implementation
bool hasPreviousStep() { final step = peekHistory(); return step != null; }
survey_kit package
documentation
survey_kit
TaskNavigator
hasPreviousStep method
TaskNavigator class