Created the bottom control bar

This commit is contained in:
2026-07-04 02:28:00 +03:00
parent 2cecb059f2
commit 14d100d79d
2 changed files with 41 additions and 18 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class _MyHomePageState extends State<MyHomePage> {
),
),
floatingActionButton: FloatingToolbar(primColor: primColor),
bottomNavigationBar: FloatingToolbar(primColor: primColor),
);
}
}