ArcaneToggleGroup.multiple constructor
const
ArcaneToggleGroup.multiple({
- String? id,
- required List<
ToggleGroupItem> items, - Set<
String> ? values, - void onMultiChanged()?,
- ArcaneInteraction? onChangeAction,
- ToggleGroupVariant variant = ToggleGroupVariant.defaultVariant,
- ToggleGroupSize size = ToggleGroupSize.md,
- bool disabled = false,
- ArcaneStyleData? styles,
- ArcaneDecoration? decoration,
- Key? key,
Implementation
const ArcaneToggleGroup.multiple({
this.id,
required this.items,
this.values,
this.onMultiChanged,
this.onChangeAction,
this.variant = ToggleGroupVariant.defaultVariant,
this.size = ToggleGroupSize.md,
this.disabled = false,
this.styles,
this.decoration,
super.key,
}) : type = ToggleGroupType.multiple,
value = null,
onChanged = null;