add direction 75%

This commit is contained in:
2024-11-16 23:24:00 +01:00
parent d4842b4d67
commit f880ac1002
2 changed files with 190 additions and 78 deletions

View File

@@ -244,7 +244,7 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
Navigator.push(
context,
MaterialPageRoute(
builder: (_) => Mapboxpages(
builder: (_) => MapboxPages(
title: '${widget.title}',
place: '${place}')));
},