type property

NavbarType type
final

The type of the Navbar that is to be rendered. defaults to NavbarType.standard which is a standard BottomNavigationBar

Alternatively, you can use NavbarType.notched which is a Navbar with a notch

Use appropriate NavbarDecoration for the type of NavbarType you are using. For NavbarType.standard use NavbarDecoration NavbarType.notched use NotchedDecoration

Implementation

final NavbarType type;