UiRouterView constructor

const UiRouterView(
  1. UiRouter router, {
  2. Key? key,
})

Implementation

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