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"),
|
title: const Text("Flows"),
|
||||||
bottom: TabBar(
|
bottom: TabBar(
|
||||||
tabs: const [
|
tabs: const [
|
||||||
Text("All"),
|
Tab(text: "All"),
|
||||||
Text("Produces"),
|
Tab(text: "Produces"),
|
||||||
Text("Depends"),
|
Tab(text: "Depends"),
|
||||||
Text("Active")
|
Tab(text: "Active")
|
||||||
],
|
],
|
||||||
onTap: (value) {
|
onTap: (value) {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|
Loading…
Reference in a new issue