isOpaque property

bool isOpaque

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

Implementation

bool get isOpaque => alpha == _channelMax;