LocusDebugOverlay constructor
- Key? key,
- DebugOverlayPosition position = DebugOverlayPosition.bottomRight,
- bool expanded = false,
- bool showMap = false,
- double opacity = 0.9,
Creates a debug overlay widget.
Implementation
const LocusDebugOverlay({
super.key,
this.position = DebugOverlayPosition.bottomRight,
this.expanded = false,
this.showMap = false,
this.opacity = 0.9,
});