BottomNavStyle class

Style configuration for bottom navigation bar

Use factory constructors to create preset styles:

Constructors

BottomNavStyle.material()
Default material style (current behavior)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
kind → String
The kind of style
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, Widget navBar) → Widget
Builds the styled nav bar widget
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