PageCache constructor

PageCache({
  1. required FocusRoutePage page,
  2. String? onCreatePath,
  3. ScreenPT? screenPT,
})

Implementation

PageCache({required this.page, this.onCreatePath, this.screenPT });