globalAlpha property

num globalAlpha

Implementation

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

Implementation

set globalAlpha(_i2.num value) {
  _i4.setProperty(
    this,
    'globalAlpha',
    value,
  );
}