fix tabs
This commit is contained in:
parent
f4d81bc5ff
commit
0defbd90df
1 changed files with 4 additions and 4 deletions
|
@ -135,10 +135,10 @@ class _FlowsPageState extends State<FlowsPage> {
|
|||
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(() {
|
||||
|
|
Loading…
Reference in a new issue