AppTag constructor

const AppTag(
  1. String data, {
  2. Key? key,
  3. TagType? type,
  4. Widget? icon,
  5. VoidCallback? onPressed,
})

Implementation

const AppTag(this.data, {super.key, this.type, this.icon, this.onPressed});