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