hasAlpha property

bool hasAlpha

Returns true if this color has alpha channel lower than 1.

Implementation

bool get hasAlpha => alpha != null && alpha != 1;