RadioGroupController<T> constructor
RadioGroupController<T> ([
- T? value
Creates a RadioGroupController with an optional initial value.
The value parameter sets the initial selected option. Can be null
to start with no selection.
Parameters:
value(T?, optional): Initial selected value
Implementation
RadioGroupController([super.value]);