TencentCloudChatThemeWidget constructor
const
TencentCloudChatThemeWidget({
- Key? key,
- required Widget build(
- BuildContext,
- TencentCloudChatThemeColors colorTheme,
- TencentCloudChatTextStyle textStyle
Implementation
const TencentCloudChatThemeWidget({super.key, required this.build});