DebugConsolePopup constructor
DebugConsolePopup({
- Key? key,
- required Widget child,
- bool showButton = true,
- DebugConsoleController? controller,
- List<
PopupMenuItem< actions = const [],void> > - bool expandStackTrace = false,
- String? savePath,
Implementation
DebugConsolePopup({
super.key,
required this.child,
this.showButton = true,
DebugConsoleController? controller,
this.actions = const [],
this.expandStackTrace = false,
this.savePath,
}) : controller = controller ?? DebugConsole.instance;