NavPage constructor
Creates a NavPage widget.
The child
parameter is optional but typically provided.
The navbar
parameter is also optional.
Implementation
const NavPage({super.key, this.navbar, this.child, this.fullscreen = false});
Creates a NavPage widget.
The child
parameter is optional but typically provided.
The navbar
parameter is also optional.
const NavPage({super.key, this.navbar, this.child, this.fullscreen = false});