darkTheme property
TencentCloudChatThemeColors
get
darkTheme
Getter for the dark theme colors.
Implementation
TencentCloudChatThemeColors get darkTheme => _darkTheme;
set
darkTheme
(TencentCloudChatThemeColors value)
Setter for the dark theme colors.
Implementation
set darkTheme(TencentCloudChatThemeColors value) {
_darkTheme = value;
}