GiftPlayWidget constructor

const GiftPlayWidget({
  1. Key? key,
  2. required GiftPlayController giftPlayController,
})

Implementation

const GiftPlayWidget({super.key, required this.giftPlayController});