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