EmojiKeyboardStyle class

EmojiKeyboardStyle is a data class that has styling-related properties to customize the appearance of CometChatEmojiKeyboard

Constructors

EmojiKeyboardStyle({Color? backgroundColor, TextStyle? titleStyle, Color? dividerColor, TextStyle? categoryLabelStyle, Color? selectedCategoryIconColor, Color? unselectedCategoryIconColor})

Properties

backgroundColor Color?
backgroundColor provides color to the emoji keyboard
final
categoryLabelStyle TextStyle?
categoryLabelStyle provides style to the label text in the emoji keyboard
final
dividerColor Color?
dividerColor provides to the divider in the emoji keyboard
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCategoryIconColor Color?
selectedCategoryIconColor provides background color to a selected emoji on the emoji keyboard
final
titleStyle TextStyle?
titleStyle provides style to the title of the emoji keyboard
final
unselectedCategoryIconColor Color?
unselectedCategoryIconColor provides the default background of all emojis in the emoji keyboard
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited