Returns true if this color is pure white.
true
@override bool get isWhite => red == 255 && green == 255 && blue == 255;