CupertinoPageScaffold constructor Null safety
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,
}) : assert(child != null),
assert(resizeToAvoidBottomInset != null);