S2ChoiceListBuilder<T> typedef

S2ChoiceListBuilder<T> = Widget? Function(S2Choice<T> choice)

A builder for choice list item widget

Implementation

typedef S2ChoiceListBuilder<T> = Widget? Function(S2Choice<T> choice);