PageLifecycleInfo constructor

PageLifecycleInfo({
  1. required Route route,
  2. required DateTime enterTime,
  3. DateTime? exitTime,
  4. Duration? stayDuration,
})

Implementation

PageLifecycleInfo({required this.route, required this.enterTime, this.exitTime, this.stayDuration});