TencentCloudChatStickerTab constructor

const TencentCloudChatStickerTab({
  1. Key? key,
  2. required OnTabClickCallback onTabClickCallback,
  3. required int activeTabIndex,
})

Implementation

const TencentCloudChatStickerTab({
  super.key,
  required this.onTabClickCallback,
  required this.activeTabIndex,
});