alpha property

AlphaOption alpha

Implementation

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

Implementation

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