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