opacity property
double
get
opacity
Implementation
double get opacity => js_util.getProperty(this, 'opacity');
set
opacity
(double newValue)
Implementation
set opacity(double newValue) {
js_util.setProperty(this, 'opacity', newValue);
}