BottomNavStyle class
Style configuration for bottom navigation bar
Use factory constructors to create preset styles:
- BottomNavStyle.material - Default Flutter material style
Constructors
-
Default material style (current behavior)
factory
Properties
Methods
-
build(
BuildContext context, ) → 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