TagIcon constructor

const TagIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const TagIcon({
  super.key,
  this.color,
});