Stream of raw input bytes from the terminal.
This is primarily used by the TUI runtime for async input handling. For synchronous input, use readByte or readLine.
@override Stream<List<int>> get input => _control.input;