GetBottomBarItem class

Constructors

GetBottomBarItem({Key? key, required Widget icon, Widget? inactiveIcon, required Widget title, required Color activeColor, Color? darkActiveColor, Color? inactiveColor})
This contains information about the item that BottomBar has to display

Properties

activeColor Color
Color of BottomBarItem during light mode when it is selected. This will be the active color of icon, title, and background
final
darkActiveColor Color?
Color of BottomBarItem during dark mode when it is selected. This will be the active color of icon, title, and background.
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget
Icon of BottomBarItem. This will be the icon shown in each BottomBarItem
final
inactiveColor Color?
Color of BottomBarItem while it is not selected. This will be the inactive color of icon, title, and background.
final
inactiveIcon Widget?
Icon to display when the BottombarItem is not active This will be the icon shown in each BottomBarItem
final
key Key?
Key of BottomBarItem. This will be the key of the specific BottomBarItem shown in BottomBar
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget
Title of BottomBarItem. This will be the shown next to the icon whenever BottomBarItem is selected
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