CometChatTheme constructor
CometChatTheme({
- required Palette palette,
- required Typography typography,
Constructor Custom Theme can be generated
Implementation
CometChatTheme({required this.palette, required this.typography});