GPUBlendComponent constructor

GPUBlendComponent({
  1. String operation,
  2. String srcFactor,
  3. String dstFactor,
})

Implementation

external factory GPUBlendComponent({
  String operation,
  String srcFactor,
  String dstFactor,
});