DOverlayDebugView constructor
const
DOverlayDebugView({
- Key? key,
- Offset offset = const Offset(0, 300),
- double height = 50,
- OverlayEntry? overlayEntry,
Implementation
const DOverlayDebugView({
super.key,
this.offset = const Offset(0, 300),
this.height = 50,
this.overlayEntry,
});