PageAware constructor
const
PageAware({
- required Widget child,
- Key? key,
- VoidCallback? onAppear,
- VoidCallback? onDisappear,
- VoidCallback? onInit,
- VoidCallback? onDispose,
- VoidCallback? onAfterFirstFrame,
- bool? waitForTransition,
- VoidCallback? onDidPush,
- VoidCallback? onDidPop,
Implementation
const PageAware({
required this.child,
super.key,
this.onAppear,
this.onDisappear,
this.onInit,
this.onDispose,
this.onAfterFirstFrame,
this.waitForTransition,
this.onDidPush,
this.onDidPop,
});