update log for error and disabled log window
This commit is contained in:
@ -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(),
|
||||
// )
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user