blend property
GPUBlendState
get
blend
Implementation
GPUBlendState get blend => js_util.getProperty(this, 'blend');
set
blend
(GPUBlendState newValue)
Implementation
set blend(GPUBlendState newValue) {
js_util.setProperty(this, 'blend', newValue);
}