QuestionColumn constructor
const
QuestionColumn({})
Implementation
const QuestionColumn({
Key? key,
required this.question,
required this.currentQuestionNumber,
required this.theme,
required this.customParams,
}) : super(key: key);