FlutterPtyBackend constructor

FlutterPtyBackend({
  1. int rows = 24,
  2. int columns = 80,
  3. ShellConfig shell = const ShellConfig(),
})

Implementation

FlutterPtyBackend({
  int rows = 24,
  int columns = 80,
  ShellConfig shell = const ShellConfig(),
}) : this._fromSpec(resolveShellSpec(shell), rows, columns);