DebugConsole constructor
DebugConsole({})
Implementation
DebugConsole({
required this.controller,
this.title = 'Debug Console',
this.height = 8,
this.showHelp = true,
this.showToggleShortcut = false,
this.emptyText = 'No console entries yet.',
super.key,
});