EmojiEditorTheme class

The EmojiEditorTheme class defines the theme for the emoji editor in the image editor.

Usage:

EmojiEditorTheme emojiEditorTheme = EmojiEditorTheme();

Constructors

EmojiEditorTheme({BottomActionBarConfig bottomActionBarConfig = const BottomActionBarConfig(buttonIconColor: imageEditorTextColor, backgroundColor: imageEditorBackgroundColor, buttonColor: imageEditorBackgroundColor, showBackspaceButton: false), SkinToneConfig skinToneConfig = const SkinToneConfig(enabled: true, dialogBackgroundColor: Color(0xFF252728), indicatorColor: Color(0xFF9E9E9E)), SearchViewConfig? searchViewConfig, CategoryViewConfig? categoryViewConfig, EmojiViewConfig? emojiViewConfig, TextStyle textStyle = DefaultEmojiTextStyle, bool swapCategoryAndBottomBar = true})
Creates an instance of the EmojiEditorTheme class with the specified theme properties.
const

Properties

bottomActionBarConfig BottomActionBarConfig
Configuration for the bottom action bar.
final
categoryViewConfig CategoryViewConfig?
Configuration for the category view.
final
emojiViewConfig EmojiViewConfig?
Configuration for the emoji view.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchViewConfig SearchViewConfig?
Configuration for the search view.
final
skinToneConfig SkinToneConfig
Configuration for the skin tone.
final
swapCategoryAndBottomBar bool
Determines whether to swap the positions of the category view and the bottom action bar.
final
textStyle TextStyle
Custom emoji text style to apply to emoji characters in the grid.
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