OfferTag constructor

const OfferTag({
  1. Key? key,
  2. required String data,
  3. VoidCallback? onPressed,
})

Implementation

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