SingleSelectController<T> constructor
SingleSelectController<T> (
- T? _value
Creates a controller with the given initial selection.
Implementation
SingleSelectController(super._value);
Creates a controller with the given initial selection.
SingleSelectController(super._value);