alpha property

AlphaOption get alpha

Implementation

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

Implementation

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