ChoiceStateBuilder<T> typedef

ChoiceStateBuilder<T> = Widget Function(ChoiceController<T> state)

Implementation

typedef ChoiceStateBuilder<T> = Widget Function(
  ChoiceController<T> state,
);