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
+1 -1
View File
@@ -10,7 +10,7 @@ class App extends StatefulWidget {
}
class _AppState extends State<App> {
final CanvasController controller = CanvasController();
final CanvasController controller = CanvasController(debug: true);
@override
void initState() {