RouterOutlet constructor

const RouterOutlet({
  1. Key? key,
  2. 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);