menu
epos_frontend_shared package
documentation
validation_form/controllers/stepper_controller.dart
StepperController
hasPrevStep method
hasPrevStep method
dark_mode
light_mode
hasPrevStep
method
bool
hasPrevStep
(
)
Implementation
bool hasPrevStep() { return currentStep.value > 0; }
epos_frontend_shared package
documentation
validation_form/controllers/stepper_controller
StepperController
hasPrevStep method
StepperController class