BottomBarItem class

BottomBarItem is used as the child widget of animated text bottom bar given to it's children property text : the text to be animated (it will be shown only when the item is selected image : image shown when the item is selected or unselected iconData : icon shown when the item is selected or unselected only image or iconData can be given, not both assert when neither image nor icon is given

Constructors

BottomBarItem.new({String? text, String? image, IconData? iconData})

Properties

hashCode int
The hash code for this object.
no setterinherited
iconData IconData?
final
image String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
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