isTransparent property

bool isTransparent

whether the color is transparent or not

Implementation

bool get isTransparent => alpha == 0;