navbar_router library

Classes

CircleClipper
Destination
DestinationRouter
FloatingNavbar
FloatingNavbarDecoration
FloatingNavbarState
M3NavBar
M3NavbarDecoration
M3NavBarState
To layout the menu items of the Notched navbar
A customized badge/dot class for NavbarRouter. Based on badges package of flutter.
Decoration class for the navbar NavbarType.standard if you are using Navbartype.notched then use NotchedDecoration instead.
NotchedClipper
NotchedDecoration
NotchedNavBar
NotchedNavBarState
StandardNavbar
StandardNavbarState
WaveClipper

Enums

BackButtonBehavior
Enum for the Android's Back button behavior
TransitionType

Properties

colors List<Color>
getter/setter pair
kNavbarHeight double
The height of the navbar based on the NavbarType
getter/setter pair

Functions

buildBadge(int index, Widget child) Widget
Function to build badges, using index and child from the NavbarNotifier.badges list (given by user)
getTransitionOffset(TransitionType type) Offset