toggleVisibility method
void
toggleVisibility()
Toggle hiển thị/ẩn overlay
Implementation
void toggleVisibility() {
_isVisible = !_isVisible;
notifyListeners();
}
Toggle hiển thị/ẩn overlay
void toggleVisibility() {
_isVisible = !_isVisible;
notifyListeners();
}