OptionsCardToggle constructor
const
OptionsCardToggle({})
Implementation
const OptionsCardToggle({
Key? key,
this.option,
this.correctOption,
required this.optionReset,
required this.onTap,
this.minHeight = 60,
required this.resetOption,
this.isSubmitted = false,
this.isSelected = false,
this.isDeclared = false,
}) : super(key: key);