|
|
|
@ -23,6 +23,7 @@ class QuestionTitle extends StatelessWidget { |
|
|
|
'${context.translate.step} ${step ?? 0}', |
|
|
|
style: MYTextStyle.titr3, |
|
|
|
), |
|
|
|
if ((currentQuestion ?? 0) < (questionLength ?? 0)) |
|
|
|
Text( |
|
|
|
'${context.translate.question} ${currentQuestion ?? 0}/${(questionLength ?? 0) - 1}', |
|
|
|
style: MYTextStyle.matn3.copyWith( |
|
|
|
|