TerminalDebuggerView constructor

const TerminalDebuggerView(
  1. TerminalDebugger debugger, {
  2. Key? key,
  3. ScrollController? scrollController,
  4. void onSeek(
    1. int?
    )?,
})

Implementation

const TerminalDebuggerView(
  this.debugger, {
  super.key,
  this.scrollController,
  this.onSeek,
});