CometChatEmojiKeyboard
is CometChat’s very own customizable emoji keyboard. it can be rendered by calling function showCometChatEmojiKeyboard
.
Properties | Type | Description |
---|---|---|
context | BuildContext | required for showCometChatEmojiKeyboard to determine the location in the widget tree where the keyboard needs to be shown. |
titleStyle | TextStyle | used to customise the appearance of the title text |
backgroundColor | Color | used to set the background color |
dividerColor | Color | used to set the divider color |
selectedCategoryIconColor | Color | used to set the color of selected icon |
unselectedCategoryIconColor | Color | used to set the color of unselected icon |
categoryLabel | TextStyle | used to customise the appearance of the category label text |