showUnlockScreenMethod method
void
showUnlockScreenMethod()
Implementation
void showUnlockScreenMethod() {
showPuzzleGame = false;
showCongratsAndPiece = false;
showPuzzlePiece = false;
showUnlockScreen = true;
notifyListeners();
unlockFadeController.reset();
unlockSlideController.reset();
unlockFadeController.forward();
unlockSlideController.forward();
}