isTransparent property
bool
get
isTransparent
whether the color is transparent or not
Implementation
bool get isTransparent => a == 0;
whether the color is transparent or not
bool get isTransparent => a == 0;