lightTheme property
TencentCloudChatThemeColors
get
lightTheme
Getter for the light theme colors.
Implementation
TencentCloudChatThemeColors get lightTheme => _lightTheme;
set
lightTheme
(TencentCloudChatThemeColors value)
Setter for the light theme colors.
Implementation
set lightTheme(TencentCloudChatThemeColors value) {
_lightTheme = value;
}