CellCupertinoPageScaffold constructor
const
CellCupertinoPageScaffold({})
Implementation
const CellCupertinoPageScaffold({
super.key,
this.navigationBar,
this.backgroundColor,
this.resizeToAvoidBottomInset = const ValueCell.value(true),
required this.child,
});