CupertinoPageScaffold constructor
Creates a layout for pages with a navigation bar at the top.
Implementation
const CupertinoPageScaffold({
super.key,
this.navigationBar,
this.backgroundColor,
this.resizeToAvoidBottomInset = true,
required this.child,
});