I18nEmojiEditor class

Internationalization (i18n) settings for the Emoji Editor component.

Constructors

I18nEmojiEditor({String bottomNavigationBarText = 'Emoji', String search = 'Search', String categoryRecent = 'Recent', String categorySmileys = 'Smileys & People', String categoryAnimals = 'Animals & Nature', String categoryFood = 'Food & Drink', String categoryActivities = 'Activities', String categoryTravel = 'Travel & Places', String categoryObjects = 'Objects', String categorySymbols = 'Symbols', String categoryFlags = 'Flags'})
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
categoryActivities String
Text for the 'Activities' category in the emoji picker.
final
categoryAnimals String
Text for the 'Animals & Nature' category in the emoji picker.
final
categoryFlags String
Text for the 'Flags' category in the emoji picker.
final
categoryFood String
Text for the 'Food & Drink' category in the emoji picker.
final
categoryObjects String
Text for the 'Objects' category in the emoji picker.
final
categoryRecent String
Text for the 'Recent' category in the emoji picker.
final
categorySmileys String
Text for the 'Smileys & People' category in the emoji picker.
final
categorySymbols String
Text for the 'Symbols' category in the emoji picker.
final
categoryTravel String
Text for the 'Travel & Places' category in the emoji picker.
final
hashCode int
The hash code for this object.
no setterinherited
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