MultiSelectChip constructor
const
MultiSelectChip({
- Key? key,
- required String label,
- required String id,
- IconData? icon,
- ChipStyle? style,
- SdChipThemeData? theme,
- bool selected = false,
- bool enabled = true,
- ValueChanged<
bool> ? onSelected,
Creates a multi-select chip.
Implementation
const MultiSelectChip({
super.key,
required this.label,
required this.id,
this.icon,
this.style,
this.theme,
this.selected = false,
this.enabled = true,
this.onSelected,
});