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