PageCache constructor
PageCache({
- required FocusRoutePage page,
- String? onCreatePath,
- ScreenPT? screenPT,
Implementation
PageCache({required this.page, this.onCreatePath, this.screenPT });