bottomNavigationBar property

Widget? bottomNavigationBar
final

A bottom navigation bar to display at the bottom of the scaffold.

Snack bars slide from underneath the bottom navigation bar while bottom sheets are stacked on top.

The bottomNavigationBar is rendered below the persistentFooterButtons and the body.

Implementation

final Widget? bottomNavigationBar;