toggleFullScreen method

void toggleFullScreen()

Implementation

void toggleFullScreen() {
  _isFullScreen = !_isFullScreen;
  notifyListeners();
}