toggleVisibility method

void toggleVisibility()

Implementation

void toggleVisibility() {
  widget.playerViewState.toggleControllerVisibility();
}