MultipleChoiceRow constructor
MultipleChoiceRow({})
Implementation
MultipleChoiceRow({
Key? key,
required this.func,
required this.answer,
required this.question,
required this.theme,
this.setSelectedOptions,
this.setShowNextButton,
this.setOtherTextInput,
required this.inputError,
required this.inputErrorMsg,
this.euiTheme,
required this.toggleNextButtonBlock,
}) : super(key: key);