CometChatEmojiKeyboard constructor

const CometChatEmojiKeyboard({
  1. Key? key,
  2. Color? backgroundColor,
  3. TextStyle? titleStyle,
  4. Color? dividerColor,
  5. TextStyle? categoryLabel,
  6. Color? selectedCategoryIconColor,
  7. Color? unselectedCategoryIconColor,
})

Implementation

const CometChatEmojiKeyboard(
    {super.key,
    this.backgroundColor,
    this.titleStyle,
    this.dividerColor,
    this.categoryLabel,
    this.selectedCategoryIconColor,
    this.unselectedCategoryIconColor});