static void nextStep(TutorialBloc? tutorialBloc) { tutorialBloc?.add(const TutorialNextStepEvent()); }