showGoToPrevious property

bool get showGoToPrevious

Determines if the "Go to Previous" action should be shown. It's hidden only if the user is at the very first question of the quiz.

Implementation

bool get showGoToPrevious {
  return !isAtVeryFirstQuestion;
}