alpha property

bool get alpha

Implementation

bool get alpha => js_util.getProperty(this, 'alpha');
set alpha (bool newValue)

Implementation

set alpha(bool newValue) {
  js_util.setProperty(this, 'alpha', newValue);
}