isDark property

bool get isDark

Returns true if the color is dark.

Implementation

bool get isDark => brightness < 0.5;