From 1a28d691bb60a048e71e8668fb40af8847ec182a Mon Sep 17 00:00:00 2001 From: "Ramaekers,Aldrik A.N" Date: Sun, 21 Apr 2024 12:19:51 +0200 Subject: fixes --- lib/pages/navigation_page.dart | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/pages/navigation_page.dart') diff --git a/lib/pages/navigation_page.dart b/lib/pages/navigation_page.dart index 0f8b454..fd46404 100644 --- a/lib/pages/navigation_page.dart +++ b/lib/pages/navigation_page.dart @@ -152,6 +152,7 @@ class _NavigationPageState extends State { splashColor: Colors.blue, onLongPress: () => _mockStopInComplete(), child: FloatingActionButton( + heroTag: 'xx6', onPressed: () => _mockStopComplete(), child: Icon(Icons.check_circle), ), @@ -160,6 +161,7 @@ class _NavigationPageState extends State { visible: navigation == null ? false : navigation!.isLookingAround, child: FloatingActionButton( + heroTag: 'xx7', backgroundColor: Colors.green, child: const Icon(Icons.center_focus_strong), onPressed: () => { @@ -170,11 +172,13 @@ class _NavigationPageState extends State { ), Padding(padding: EdgeInsets.all(5)), FloatingActionButton( + heroTag: 'xx8', onPressed: () => _zoomOut(), child: Icon(Icons.zoom_out), ), Padding(padding: EdgeInsets.all(2)), FloatingActionButton( + heroTag: 'xx9', onPressed: () => _zoomIn(), child: Icon(Icons.zoom_in), ), -- cgit v1.2.3-70-g09d2