String concatUnit() { return (widget.quizAnswer.unit != null ? ' ${widget.quizAnswer.unit!}' : ''); }