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