add debug mode

This commit is contained in:
2025-07-02 01:57:13 +00:00
parent 0e4125a583
commit 3d41b56889
5 changed files with 69 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
import 'package:flutter/material.dart';
final TextStyle monospaceStyle = TextStyle(
color: Colors.black,
fontSize: 14,
fontWeight: FontWeight.bold,
fontFamily: 'monospace',
);