fertig bis auf Tankstellen und Graph
This commit is contained in:
@@ -32,6 +32,13 @@ class HomePage extends GetView<HomeController> {
|
||||
),
|
||||
],
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
backgroundColor: Colors.blueGrey,
|
||||
onPressed: () {
|
||||
homCtrl.navigateToAddTankEntry();
|
||||
},
|
||||
child: const Icon(Icons.add),
|
||||
),
|
||||
body: Container(
|
||||
decoration: BoxDecoration(
|
||||
gradient: LinearGradient(
|
||||
|
||||
Reference in New Issue
Block a user