Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -51,7 +51,8 @@ class NavigationView extends StatelessWidget {
|
||||
circles: c.circles,
|
||||
polygons: c.polygons,
|
||||
mapType: s.isMapDarkMode
|
||||
? IntaleqMapType.normal // Normal in IntaleqMap seems to be Dark
|
||||
? IntaleqMapType
|
||||
.normal // Normal in SiroMap seems to be Dark
|
||||
: IntaleqMapType.light,
|
||||
initialCameraPosition: CameraPosition(
|
||||
target: c.myLocation ?? const LatLng(33.5138, 36.2765),
|
||||
@@ -159,7 +160,7 @@ class _NavigationCenterIcon extends StatelessWidget {
|
||||
size: 32,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 40),
|
||||
const SizedBox(height: 40),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user