UiRouterWidget constructor

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

Implementation

const UiRouterWidget(
  this.router, {
  Key? key,
}) : super(key: key);