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