StandardCupertinoPage<R extends Object?, E extends Object?> constructor
const
StandardCupertinoPage<R extends Object?, E extends Object?> ({
- LocalKey? key,
- String? name,
- Object? arguments,
- String? restorationId,
- required GlobalKey<
StandardPageWithResult< standardPageKey,R, E> > - required StandardPageWithResultFactory<
StandardPageWithResult< factoryObject,Object?, Object?> , Object?, Object?> - required Widget child,
- String? title,
Create a StandardCupertinoPage
Implementation
const StandardCupertinoPage({
super.key,
super.name,
super.arguments,
super.restorationId,
required super.standardPageKey,
required super.factoryObject,
required super.child,
this.title,
});