ArTag constructor

const ArTag({
  1. Key? key,
  2. required String label,
  3. Color? color,
})

Implementation

const ArTag({super.key, required this.label, this.color});