isOpaque property

bool isOpaque

Whether the color is fully opaque, i.e. alpha == 0xFF.

Implementation

bool get isOpaque => alpha == 0xFF;