resizeStream property
Stream<TerminalDimensions> ?
get
resizeStream
Stream of terminal resize events, if the backend can emit them.
Implementation
Stream<TerminalDimensions>? get resizeStream;
Stream of terminal resize events, if the backend can emit them.
Stream<TerminalDimensions>? get resizeStream;