toggleVisibility method

void toggleVisibility()

Toggle hiển thị/ẩn overlay

Implementation

void toggleVisibility() {
  _isVisible = !_isVisible;
  notifyListeners();
}