MessageChatSetTheme constructor

const MessageChatSetTheme({
  1. required String themeName,
})

A theme in the chat has been changed

Implementation

const MessageChatSetTheme({
  required this.themeName,
});