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