DOverlayDebugView constructor

const DOverlayDebugView({
  1. Key? key,
  2. Offset offset = const Offset(0, 300),
  3. double height = 50,
  4. OverlayEntry? overlayEntry,
})

Implementation

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