isOpaque property

bool get isOpaque

true if this color is fully opaque, i.e. has an a of 1.0.

Implementation

bool get isOpaque => a == 1.0;