Navbar constructor
const
Navbar({})
Creates a Navbar widget.
The title
parameter is required. All other parameters are optional
and will use theme defaults if not provided.
Implementation
const Navbar({
super.key,
this.title = '',
this.actions = const [],
this.backgroundColor,
this.foregroundColor,
this.height = 56,
});