ChatTheme constructor

const ChatTheme({
  1. required String emoticon,
})

Chat Theme constructor.

Implementation

const ChatTheme({required this.emoticon}) : super._();