fix debug draw colors
This commit is contained in:
@@ -18,7 +18,7 @@ class _Debug extends StatelessWidget {
|
||||
bottom: -60,
|
||||
child: Text(
|
||||
'ID: ${id.substring(0, 4)}\nGS:(${gs.dx.toInt()},${gs.dy.toInt()})\nSS:(${ss.dx.toInt()},${ss.dy.toInt()})',
|
||||
style: monospaceStyle,
|
||||
style: monospaceStyle(context),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user