RouteObserverProvider constructor
const
RouteObserverProvider({
- required RouteObserver<
ModalRoute< routeObserver,void> > - void didPopNext(
- BuildContext context
- void didPopNextWithArguments(
- BuildContext context,
- DeepLinkParam? deepLinkParam
- void didPush(
- BuildContext context,
- DeepLinkParam? deepLinkParam
- void didPop(
- BuildContext context
- void didPushNext(
- BuildContext context
- Widget? child,
- Key? key,
Implementation
const RouteObserverProvider({
required this.routeObserver,
this.didPopNext,
this.didPopNextWithArguments,
this.didPush,
this.didPop,
this.didPushNext,
super.child,
super.key,
});