show method

void show(
  1. Color color
)

Implementation

void show(Color color) {
  if (_hidden.remove(color)) notifyListeners();
}