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