RouterOutlet constructor
const
RouterOutlet({
- Key? key,
- List<
NavigatorObserver> ? observers,
It acts as a Nested Browser that will be populated by the children of this route.
Implementation
const RouterOutlet({Key? key, this.observers}) : super(key: key);