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