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