PageLifecycle constructor
const
PageLifecycle({
- Key? key,
- required PageLifecycleStateChangedCallback stateChanged,
- Set<
PageLifecycleDisappearCondition> ? disappearWhen, - Widget? child,
Implementation
const PageLifecycle(
{super.key, required this.stateChanged, this.disappearWhen, this.child});