Choose between Navbars
NavbarRouter supports three types of Navbar as of today standard
which is basically material design 2 BottomNavigationBar (default for this package) and notched
a customized NavigationBar with a notch and a material3 Navbar. User can choose to use either of them by setting the type
property of the NavbarRouter
widget to either NavbarType.standard
, NavbarType.notched
or NavbarType.material3
.