GiftPanelWidget constructor

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

Implementation

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