S2ChoiceListBuilder<T> typedef
Null safety
A builder for choice list item widget
Implementation
typedef S2ChoiceListBuilder<T> = Widget? Function(S2Choice<T> choice);
A builder for choice list item widget
typedef S2ChoiceListBuilder<T> = Widget? Function(S2Choice<T> choice);