alpha property
- @Deprecated("'alpha' is deprecated and shouldn't be used. Use .a.")
- @override
override
The alpha channel of this color in an 8 bit value.
A value of 0 means this color is fully transparent. A value of 255 means this color is fully opaque.
Implementation
@Deprecated("'alpha' is deprecated and shouldn't be used. Use .a.")
@override
int get alpha => _color.alpha;