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 icon: icon shown when the item is selected or unselected activeColor: color of image(icon) when the item is selected inactiveColor: color of image(icon) when the item is not selected
Constructors
- BottomBarItem({required String text, required String image, Color? activeColor, Color? inactiveColor})
Properties
- activeColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → String
-
final
- inactiveColor → Color?
-
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