NavigationBarParameters class

Contains parameters to customize the NavigationBar.

It includes all the same arguments as the NavigationBar(), excepting the 'items', 'onTap' and 'currentIndex', which are managed by the BottomNavigationBuilder.

See also:

Constructors

Create a NavigationBarParameters instance.
const

Properties

animationDuration Duration?
NavigationBar.animationDuration
final
backgroundColor Color?
NavigationBar.backgroundColor
final
elevation double?
NavigationBar.elevation
final
hashCode int
The hash code for this object.
no setterinherited
height double?
NavigationBar.height
final
labelBehavior NavigationDestinationLabelBehavior?
NavigationBar.labelBehavior
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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