TencentCloudChatStickerTab constructor
const
TencentCloudChatStickerTab({
- Key? key,
- required OnTabClickCallback onTabClickCallback,
- required int activeTabIndex,
Implementation
const TencentCloudChatStickerTab({
super.key,
required this.onTabClickCallback,
required this.activeTabIndex,
});