PageWidget constructor
const
PageWidget({
- Key? key,
- required GiftListController giftListController,
- required List<
TUIGiftInfo> dataList,
Implementation
const PageWidget({
super.key,
required this.giftListController,
required this.dataList,
});