TencentCloudChatThemeWidget constructor

const TencentCloudChatThemeWidget({
  1. Key? key,
  2. required Widget build(
    1. BuildContext,
    2. TencentCloudChatThemeColors colorTheme,
    3. TencentCloudChatTextStyle textStyle
    ),
})

Implementation

const TencentCloudChatThemeWidget({super.key, required this.build});