StandardPageBuilder<R, E> typedef
StandardPageBuilder<R, E> =
StandardPageInterface<R, E> Function(Widget child, String? name, R pageData, LocalKey pageKey, String restorationId, GlobalKey<StandardPageWithResult<R, E> > standardPageKey, StandardPageWithResultFactory<StandardPageWithResult<R, E> , R, E> factoryObject)
Implementation
typedef StandardPageBuilder<R, E> =
StandardPageInterface<R, E> Function(
Widget child,
String? name,
R pageData,
LocalKey pageKey,
String restorationId,
GlobalKey<StandardPageWithResult<R, E>> standardPageKey,
StandardPageWithResultFactory<StandardPageWithResult<R, E>, R, E>
factoryObject,
);