CupertinoPage<T> constructor
Creates a cupertino page.
Implementation
const CupertinoPage({
required this.child,
this.maintainState = true,
this.title,
this.fullscreenDialog = false,
this.allowSnapshotting = true,
super.canPop,
super.onPopInvoked,
super.key,
super.name,
super.arguments,
super.restorationId,
});