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