EmojiKeyboardStyle constructor

EmojiKeyboardStyle({
  1. Color? backgroundColor,
  2. TextStyle? titleStyle,
  3. Color? dividerColor,
  4. TextStyle? categoryLabelStyle,
  5. Color? selectedCategoryIconColor,
  6. Color? unselectedCategoryIconColor,
})

Implementation

EmojiKeyboardStyle(
    {this.backgroundColor,
    this.titleStyle,
    this.dividerColor,
    this.categoryLabelStyle,
    this.selectedCategoryIconColor,
    this.unselectedCategoryIconColor});