FRadioSelectGroupController<T> constructor

FRadioSelectGroupController<T>({
  1. T? value,
  2. ValueChanged<(T, bool)>? onUpdate,
})

Implementation

FRadioSelectGroupController({T? value, this.onUpdate}) : super(values: value == null ? {} : {value});