hide method

void hide(
  1. Color color
)

Implementation

void hide(Color color) {
  if (_hidden.add(color)) notifyListeners();
}