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