FMultiValueNotifier<T>.radio constructor
FMultiValueNotifier<T>.radio ([
- T? value
Creates a FMultiValueNotifier that allows only one element at a time.
Implementation
factory FMultiValueNotifier.radio([T? value]) = _RadioNotifier<T>;