ChoiceWidget.pal constructor
ChoiceWidget.pal({
- required Choice choice,
- required OnTapChoiceWithContext onTap,
Implementation
factory ChoiceWidget.pal({
required Choice choice,
required OnTapChoiceWithContext onTap,
}) =>
ChoiceWidget(
choice,
bgColor: choiceBgColor,
onTapColor: successColor,
onTap: onTap,
);