I18nEmojiEditor class

Internationalization (i18n) settings for the Emoji Editor component.

Constructors

I18nEmojiEditor({String bottomNavigationBarText = 'Emoji', String search = 'Search', String noRecents = 'No Recents'})
Creates an instance of I18nEmojiEditor with customizable internationalization settings.
const

Properties

bottomNavigationBarText String
Text for the bottom navigation bar item that opens the Emoji Editor.
final
hashCode int
The hash code for this object.
no setterinherited
noRecents String
Text which show there are now recent selected emojis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Hint text in the search field.
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