isBlack property

  1. @override
bool isBlack
inherited

Returns true if this color is pure black.

Implementation

@override
bool get isBlack => ColorMath.round(brightness) == 0;