add animation on focus and center

This commit is contained in:
2025-07-07 21:04:31 +00:00
parent 10bb69a15f
commit 5d7152ee05
3 changed files with 84 additions and 22 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class _AppState extends State<App> {
body: Stack(
children: [
CanvasView(controller: controller, canvasBackground: SingleColorBackround(Colors.white)),
Positioned(bottom: 16, left: 16, child: Fps()),
Positioned(bottom: 64, left: 16, child: Fps()),
],
),
);