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