ChipTag constructor

const ChipTag({
  1. Key? key,
  2. required String data,
  3. Widget? icon,
  4. VoidCallback? onPressed,
})

Implementation

const ChipTag({super.key, required this.data, this.icon, this.onPressed});