resizeEvents property

Stream<void> get resizeEvents

Fires when the terminal is resized — consumed by a full-screen command (the :ide driver) so it can reflow.

Implementation

Stream<void> get resizeEvents => _resize.stream;