DebugOverlay constructor
DebugOverlay({
- required Widget child,
- bool enabled = true,
- DebugOverlayPosition position = DebugOverlayPosition.topRight,
- Key? key,
Implementation
DebugOverlay({
required this.child,
this.enabled = true,
this.position = DebugOverlayPosition.topRight,
super.key,
});