refreshStream property

Stream<bool> get refreshStream

Stream to indicate when the scoreboard arrows should be refreshed.

This includes after user has clicked on left or right buttons, and when the window has been resized.

Implementation

Stream<bool> get refreshStream => _refreshController.stream;