hidden property

Set<Color> get hidden

Unmodifiable view of the hidden colors.

Implementation

Set<Color> get hidden => Set<Color>.unmodifiable(_hidden);