TencentCloudChatStickerContent constructor

const TencentCloudChatStickerContent({
  1. Key? key,
  2. required int activeTabIndex,
})

Implementation

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