ChoiceChipGroup constructor
const
ChoiceChipGroup({
- Key? key,
- required List<
ChoiceChipConfig> chips, - String? selectedId,
- String? initialSelectedId,
- ChipStyle? style,
- SdChipThemeData? theme,
- double spacing = 12,
- double runSpacing = 12,
- ValueChanged<
String?> ? onSelectionChanged,
Creates a choice chip group.
Implementation
const ChoiceChipGroup({
super.key,
required this.chips,
this.selectedId,
this.initialSelectedId,
this.style,
this.theme,
this.spacing = 12,
this.runSpacing = 12,
this.onSelectionChanged,
});