TagChip constructor

const TagChip({
  1. required PulseTag tag,
  2. required VoidCallback onTap,
  3. Key? key,
})

Implementation

const TagChip({required this.tag, required this.onTap, super.key});