GiftSendWidget constructor

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

Implementation

const GiftSendWidget({super.key, required this.controller});