setControlBarVisible method

Future<void> setControlBarVisible(
  1. bool visible
)

Show or hide the control bar (play/pause, progress slider, etc.). Defaults to visible. When hidden, tap gestures will not show the controls.

Implementation

Future<void> setControlBarVisible(bool visible) =>
    _invoke('setControlBarVisible', {'visible': visible});