prevButtonLabel property

String? prevButtonLabel

Implementation

String? get prevButtonLabel =>
    activeQuestion == model.questions.first ? null : quiz_previous;