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