fix debug draw colors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
final TextStyle monospaceStyle = TextStyle(
|
||||
color: Colors.black,
|
||||
TextStyle monospaceStyle(BuildContext context) => TextStyle(
|
||||
color: Theme.of(context).colorScheme.onSurface,
|
||||
fontSize: 14,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontFamily: 'monospace',
|
||||
|
||||
Reference in New Issue
Block a user