LightBottomNavigationBarItem class
A tab to display in LightBottomNavigationBar.
Constructors
-
The Constructor of LightBottomNavigationBarItem.
const
Properties
- backgroundShadowColor → Color
-
backgroundShadowColor The shadow color behind the icon.
final
- borderBottomColor → Color
-
borderBottomColor The color of borderBottom.
final
- borderBottomWidth → double
-
borderBottomWidth The width of borderBottom.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightColor → Color
-
highlightColor The highlight color of the ink response when pressed.
You can use it to add ripple effect.
final
- hoverColor → Color
-
hoverColor The color of the ink response when a pointer is hovering over it.
You can use it to add ripple effect.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIcon → IconData
-
selectedIcon The icon of the tab when tab is selected.
final
- selectedIconColor → Color
-
selectedIconColor The primary color to use for this tab.
final
- size → double
-
size The size of the tab.
final
- splashColor → Color
-
splashColor The splash color of the ink response.
You can use it to add ripple effect.
final
- unSelectedIcon → IconData
-
unSelectedIcon The icon of the tab when tab is not selected.
final
- unSelectedIconColor → Color
-
unSelectedIconColor The color to display when this tab is not 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