StackRoute constructor
StackRoute({
- required String id,
- required Page page,
- required String name,
- Completer? completer,
- dynamic params,
- NavigationPageController? controller,
Implementation
StackRoute({
required this.id,
required this.page,
required this.name,
this.completer,
this.params,
this.controller,
});