isTransparent property

bool get isTransparent

whether the color is transparent or not

Implementation

bool get isTransparent => a == 0;