Flame(flutter game) debug mode to see more information about our visual objectstaesikmun·Dec 18, 2022·1 min readclass ComponentExample extends FlameGame with DoubleTapDetector, TapDetector { bool running = true; @override bool debugMode = false; ... Flutter Share this