isDark property

bool get isDark

Checks if this color is dark (brightness <= 0.5)

Implementation

bool get isDark => brightness <= 0.5;