SegmentRadio<V> constructor
SegmentRadio<V> ({})
Implementation
SegmentRadio({
required super.items,
required super.toButtonLabel,
this.checkedValue,
this.allowEmpty = true,
super.label,
super.spaceBetween = true,
super.labelPosition = LabelPosition.leftCenter,
this.onChange,
}) : assert(items.isNotEmpty),
super();