alpha property
num?
get
alpha
Implementation
_i2.num? get alpha => _i4.getProperty(
this,
'alpha',
);
set
alpha
(num? value)
Implementation
set alpha(_i2.num? value) {
_i4.setProperty(
this,
'alpha',
value ?? _i6.undefined,
);
}