ChoiceChips constructor
const
ChoiceChips({
- required List<
StringIdText> items, - List<
StringIdText> ? initialSelection, - bool multiSelect = false,
- ChoiceChipsController? controller,
- Key? key,
- void onSelectionChanged(
- List<
StringIdText> currentSelection
- List<
- Color? selectedColor,
- Color? selectedFgColor,
- bool showCheckmark = true,
- BorderRadiusGeometry? borderRadius,
- Color? fgColor,
- Color? color,
- EdgeInsetsGeometry? chipPadding,
Implementation
const ChoiceChips(
{required this.items,
this.initialSelection,
this.multiSelect = false,
this.controller,
super.key,
this.onSelectionChanged,
this.selectedColor,
this.selectedFgColor,
this.showCheckmark = true,
this.borderRadius,
this.fgColor,
this.color,
this.chipPadding});