TutorialState constructor

const TutorialState(
  1. TutorialStep? currentTutorialStep,
  2. TutorialStatus status
)

Implementation

const TutorialState(this.currentTutorialStep, this.status) : _currentTutorialIndex = null;