start method
void
start()
Implementation
void start() {
setState(() {
_active = true;
_currentIndex = 0;
});
_showCurrentStep();
}
void start() {
setState(() {
_active = true;
_currentIndex = 0;
});
_showCurrentStep();
}