MessageChatSetTheme constructor
const
MessageChatSetTheme({
- required String themeName,
A theme in the chat has been changed
Implementation
const MessageChatSetTheme({
required this.themeName,
});