diff --git a/lib/pages/flow.dart b/lib/pages/flow.dart index 62ddb5b..f017662 100644 --- a/lib/pages/flow.dart +++ b/lib/pages/flow.dart @@ -135,10 +135,10 @@ class _FlowsPageState extends State { title: const Text("Flows"), bottom: TabBar( tabs: const [ - Text("All"), - Text("Produces"), - Text("Depends"), - Text("Active") + Tab(text: "All"), + Tab(text: "Produces"), + Tab(text: "Depends"), + Tab(text: "Active") ], onTap: (value) { setState(() {