ChoiceBuilder<T> typedef
ChoiceBuilder<T> =
Widget Function(ChoiceController<T> state, Widget? child)
Implementation
typedef ChoiceBuilder<T> = Widget Function(
ChoiceController<T> state,
Widget? child,
);