LightBottomNavigationBarItem class

A tab to display in LightBottomNavigationBar.

Constructors

LightBottomNavigationBarItem.new({IconData unSelectedIcon = Icons.star_border_outlined, IconData selectedIcon = Icons.star, double size = 30, Color selectedIconColor = Colors.white, Color unSelectedIconColor = Colors.white54, Color highlightColor = Colors.transparent, Color splashColor = Colors.transparent, Color hoverColor = Colors.transparent, Color borderBottomColor = const Color(0xFF6c5ce7), double borderBottomWidth = 3, Color backgroundShadowColor = const Color(0xFF6c5ce7)})
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