debugOverlay property

bool debugOverlay
final

Whether the built-in debug overlay is initially enabled.

When true, the root widget is wrapped in a DebugOverlay that shows FPS and frame timing data. Press F12 at runtime to toggle.

Implementation

final bool debugOverlay;