RouterView constructor

const RouterView({
  1. required Unrouter router,
  2. Key? key,
})

Creates a Nocterm routing view.

Implementation

const RouterView({required this.router, super.key});