alpha property

num? alpha

Implementation

_i2.num? get alpha => _i4.getProperty(
      this,
      'alpha',
    );
void alpha=(num? value)

Implementation

set alpha(_i2.num? value) {
  _i4.setProperty(
    this,
    'alpha',
    value ?? _i6.undefined,
  );
}