GiftSendWidget constructor
GiftSendWidget({
- Key? key,
- required GiftSendController controller,
Implementation
GiftSendWidget({super.key, required this.controller}) {
GiftStore().giftManager.getGiftData();
}