nextButtonLabel property

String nextButtonLabel

Implementation

String get nextButtonLabel =>
    activeQuestion == model.questions.last ? quiz_send : quiz_next;