showFullCharacter method

void showFullCharacter()

Implementation

void showFullCharacter() {
  if (!_isQuizzing) {
    _setCurrentStroke(strokeOrder.nStrokes);
    _isAnimating = false;
    _strokeAnimationController.reset();
    notifyListeners();
  }
}