alpha property

int get alpha

The alpha, or 0xff if it is not set. See alphaIsSet. alpha cannot return null due to backwards compatibility constraints.

Implementation

int get alpha => _alpha ?? 0xff;