alpha property

bool? get alpha

Implementation

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

Implementation

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