stream property

Stream<void> get stream

Stream that receives terminal size change notifications.

Implementation

Stream<void> get stream => _controller.stream;