NavbarItem class

Constructors

const

Properties

backgroundColor Color?
background color for the navbar item when type is NavbarType.shifting ignored otherwise
final
badge NavbarBadge
Your initial badge configuration for this item, this is totally optional
final
child Widget?
When child is specified, the item will be rendered as a floating navbar ignoring iconData and text
final
hashCode int
The hash code for this object.
no setteroverride
iconData IconData
IconData for the navbar item
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIcon Widget?
Widget to show when the item is selected
final
text String
label for the navbar item
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.
override