TerminalDebuggerView constructor
const
TerminalDebuggerView(
- TerminalDebugger debugger, {
- Key? key,
- ScrollController? scrollController,
- void onSeek(
- int?
Implementation
const TerminalDebuggerView(
this.debugger, {
super.key,
this.scrollController,
this.onSeek,
});