TabsRouteLayout constructor

TabsRouteLayout({
  1. required List<LinkedRoute> routes,
})

Implementation

TabsRouteLayout({required this.routes}) : super(schemaType: schemaName);