update log for error and disabled log window

This commit is contained in:
2024-01-06 23:02:12 +05:30
parent 9145e0e27d
commit c67914f286
3 changed files with 8 additions and 8 deletions

View File

@ -121,7 +121,7 @@ class MapWidget extends StatelessWidget {
foreground: Paint()
..style = PaintingStyle.stroke
..strokeWidth = 1
..color = Colors.white,
..color = Colors.black,
),
)),
),
@ -236,11 +236,11 @@ class MapWidget extends StatelessWidget {
: const Center(child: CircularProgressIndicator()),
],
)),
const Positioned(
bottom: 10,
left: 0,
child: DebugWidget(),
)
// const Positioned(
// bottom: 10,
// left: 0,
// child: DebugWidget(),
// )
],
);
}