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.
Stream<bool> get refreshStream => _refreshController.stream;