alpha property

bool alpha

Implementation

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

Implementation

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