BottomNavyBarItem class

The BottomNavyBar.items definition.

Constructors

BottomNavyBarItem({required Widget icon, required Widget title, Color activeColor = Colors.blue, TextAlign? textAlign, Color? inactiveColor})

Properties

activeColor Color
The icon and title color defined when this item is selected. Defaults to Colors.blue.
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget
Defines this item's icon which is placed in the right side of the title.
final
inactiveColor Color?
The icon and title color defined when this item is not selected.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign TextAlign?
The alignment for the title.
final
title Widget
Defines this item's title which placed in the left side of the icon.
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