FMultiValueControl<T>.managed constructor
const
FMultiValueControl<T>.managed ({
- FMultiValueNotifier<
T> ? controller, - Set<
T> ? initial, - int min,
- int? max,
- ValueChanged<
Set< ? onChange,T> >
Creates a FMultiValueControl for multiple value selection.
Implementation
const factory FMultiValueControl.managed({
FMultiValueNotifier<T>? controller,
Set<T>? initial,
int min,
int? max,
ValueChanged<Set<T>>? onChange,
}) = _Normal<T>;