RadioGroupSingleSelectionModel<T> constructor
RadioGroupSingleSelectionModel<T> ([
- T? initialValue
Implementation
RadioGroupSingleSelectionModel([T? initialValue])
: super(SelectionModel<T>.single(selected: initialValue)
as SingleSelectionModel<T>);