isVisible property

bool isVisible

Whether the color is not fully transparent, i.e. alpha > 0x00.

Implementation

bool get isVisible => alpha > 0x00;