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