PseudoTerminalView constructor

PseudoTerminalView({
  1. required Object pty,
  2. FocusController? focusController,
  3. String? focusId,
  4. bool autofocus = true,
  5. bool quitOnExit = true,
  6. int? width,
  7. int? height,
  8. Key? key,
})

Implementation

PseudoTerminalView({
  required Object pty,
  FocusController? focusController,
  String? focusId,
  bool autofocus = true,
  bool quitOnExit = true,
  int? width,
  int? height,
  super.key,
});