TagChip constructor
const
TagChip({
- required PulseTag tag,
- required VoidCallback onTap,
- Key? key,
Implementation
const TagChip({required this.tag, required this.onTap, super.key});