I18nEmojiEditor class
Internationalization (i18n) settings for the Emoji Editor component.
Constructors
- I18nEmojiEditor.new({String search = '', String categoryRecent = '', String categorySmileys = '', String categoryAnimals = '', String categoryFood = '', String categoryActivities = '', String categoryTravel = '', String categoryObjects = '', String categorySymbols = '', String categoryFlags = ''})
-
Creates an instance of I18nEmojiEditor with customizable internationalization settings.
const
Properties
-
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
- search → String
-
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