opacity property

double opacity

Implementation

double get opacity => js_util.getProperty(this, 'opacity');
void opacity=(double newValue)

Implementation

set opacity(double newValue) {
  js_util.setProperty(this, 'opacity', newValue);
}