PageLifecycle constructor

const PageLifecycle({
  1. Key? key,
  2. required PageLifecycleStateChangedCallback stateChanged,
  3. Set<PageLifecycleDisappearCondition>? disappearWhen,
  4. Widget? child,
})

Implementation

const PageLifecycle(
    {super.key, required this.stateChanged, this.disappearWhen, this.child});