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