CategoryIcons class

Class used to define all the CategoryIcon shown for each Category

This allows the keyboard to be personalized by changing icons shown. If a CategoryIcon is set as null or not defined during initialization, the default icons will be used instead

Constructors

CategoryIcons({IconData recentIcon = Icons.access_time, IconData smileyIcon = Icons.tag_faces, IconData animalIcon = Icons.pets, IconData foodIcon = Icons.fastfood, IconData activityIcon = Icons.directions_run, IconData travelIcon = Icons.location_city, IconData objectIcon = Icons.lightbulb_outline, IconData symbolIcon = Icons.emoji_symbols, IconData flagIcon = Icons.flag})
Constructor
const

Properties

activityIcon IconData
Icon for Category.ACTIVITIES
final
animalIcon IconData
Icon for Category.ANIMALS
final
flagIcon IconData
Icon for Category.FLAGS
final
foodIcon IconData
Icon for Category.FOODS
final
hashCode int
The hash code for this object.
no setterinherited
objectIcon IconData
Icon for Category.OBJECTS
final
recentIcon IconData
Icon for Category.RECENT
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smileyIcon IconData
Icon for Category.SMILEYS
final
symbolIcon IconData
Icon for Category.SYMBOLS
final
travelIcon IconData
Icon for Category.TRAVEL
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