FMultiValueNotifier<T>.radio constructor

FMultiValueNotifier<T>.radio([
  1. T? value
])

Creates a FMultiValueNotifier that allows only one element at a time.

Implementation

factory FMultiValueNotifier.radio([T? value]) = _RadioNotifier<T>;