a property
override
The alpha channel of this color.
A value of 0.0 means this color is fully transparent. A value of 1.0 means this color is fully opaque.
Implementation
@override
double get a => _effectiveColor.a;
The alpha channel of this color.
A value of 0.0 means this color is fully transparent. A value of 1.0 means this color is fully opaque.
@override
double get a => _effectiveColor.a;