UiTabRouterWidget constructor

const UiTabRouterWidget(
  1. UiTabRouter router, {
  2. Key? key,
})

Implementation

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