navbar property
The navigation bar to display at the top of the page.
If null, no navigation bar will be shown. The navbar typically contains the page title and action buttons.
Implementation
final Navbar? navbar;
The navigation bar to display at the top of the page.
If null, no navigation bar will be shown. The navbar typically contains the page title and action buttons.
final Navbar? navbar;