From 0defbd90df57cf271208318e015529d8c4ae4471 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 23 Sep 2024 12:53:40 +0200 Subject: [PATCH] fix tabs --- lib/pages/flow.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(() {