FRadioSelectGroupController<T> constructor
FRadioSelectGroupController<T> ({
- T? value,
- ValueChanged<
(T, bool)> ? onUpdate,
Creates a FRadioSelectGroupController.
Implementation
FRadioSelectGroupController({T? value, this.onUpdate}) : super(values: value == null ? {} : {value});