GiftSendWidget constructor

GiftSendWidget({
  1. Key? key,
  2. required GiftSendController controller,
})

Implementation

GiftSendWidget({super.key, required this.controller}) {
  GiftStore().giftManager.getGiftData();
}