GiftPanel constructor

const GiftPanel({
  1. Key? key,
  2. required dynamic onTap(
    1. GiftItem item
    ),
})

Implementation

const GiftPanel({Key? key, required this.onTap}) : super(key: key);