SegmentedSelector<T> constructor
const
SegmentedSelector<T> ({
- Key? key,
- required T value,
- required List<
SegmentOption< options,T> > - required ValueChanged<
T> onChanged, - required MultiFactorLoginStyle style,
Implementation
const SegmentedSelector({
super.key,
required this.value,
required this.options,
required this.onChanged,
required this.style,
});