IndexedChoiceStateBuilder<T> typedef

IndexedChoiceStateBuilder<T> = Widget Function(ChoiceController<T> state, int index)

Implementation

typedef IndexedChoiceStateBuilder<T> = Widget Function(
  ChoiceController<T> state,
  int index,
);