add feature to allow listeners on build extent enter/exit

This commit is contained in:
2025-07-27 23:43:52 +00:00
parent c67c15487b
commit 86b6f4014d
5 changed files with 265 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class _Debug extends StatelessWidget {
left: 0,
bottom: -60,
child: Text(
'ID: $id\nGS:(${gs.dx.toInt()},${gs.dy.toInt()})\nSS:(${ss.dx.toInt()},${ss.dy.toInt()})',
'ID: ${id.substring(0, 4)}\nGS:(${gs.dx.toInt()},${gs.dy.toInt()})\nSS:(${ss.dx.toInt()},${ss.dy.toInt()})',
style: monospaceStyle,
),
),