stream property
Stream<void>
get
stream
Stream that receives terminal size change notifications.
Implementation
Stream<void> get stream => _controller.stream;
Stream that receives terminal size change notifications.
Stream<void> get stream => _controller.stream;