isDark method

bool isDark()

Return true if given Color is dark

Implementation

bool isDark() => getBrightness() < 128.0;