AppTag constructor
const
AppTag(
- String data, {
- Key? key,
- TagType? type,
- Widget? icon,
- VoidCallback? onPressed,
Implementation
const AppTag(this.data, {super.key, this.type, this.icon, this.onPressed});