CustomTabView constructor

const CustomTabView({
  1. Key? key,
  2. WidgetBuilder? builder,
  3. RouteAndNavigatorSettings? routeAndNavigatorSettings,
})

Implementation

const CustomTabView({
  Key? key,
  this.builder,
  this.routeAndNavigatorSettings,
}) : super(key: key);