S2ChoiceListBuilder<T> typedef

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

A builder for choice list item widget

Implementation

typedef Widget S2ChoiceListBuilder<T>(S2Choice<T> choice);