TutorialState constructor
const
TutorialState(
- TutorialStep? currentTutorialStep,
- TutorialStatus status
Implementation
const TutorialState(this.currentTutorialStep, this.status) : _currentTutorialIndex = null;