navbar property

Navbar? navbar
final

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;