TabIcon class

Constructors

TabIcon({String localeKeyTitle = '', String activeImagePath = '', String inactiveImagePath = ''})
const

Properties

activeImagePath String
Active icon for BottomBarItem, must be in SVG format
final
hashCode int
The hash code for this object.
no setterinherited
inactiveImagePath String
Inactive icon for BottomBarItem, must be in SVG format
final
localeKeyTitle String
LocaleKey for title of BottomBarItem. Follow EasyLocalization for helps
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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