FastRadioOptionsBuilder<T> typedef

FastRadioOptionsBuilder<T> = Widget Function(List<FastRadioOption<T>> options, FastRadioGroupState<T> field)

Implementation

typedef FastRadioOptionsBuilder<T> = Widget Function(
    List<FastRadioOption<T>> options, FastRadioGroupState<T> field);