FlutterDebugMenu constructor

const FlutterDebugMenu(
  1. OverlayEntry overlayEntry,
  2. bool isLeft, {
  3. Key? key,
  4. required ContextCallback contextCallback,
})

Implementation

const FlutterDebugMenu(this.overlayEntry, this.isLeft, {super.key, required this.contextCallback});