ZegoCanvas constructor
- int view,
- {ZegoViewMode? viewMode,
- int? backgroundColor,
- bool? alphaBlend}
Implementation
ZegoCanvas(this.view, {this.viewMode, this.backgroundColor, this.alphaBlend});
ZegoCanvas(this.view, {this.viewMode, this.backgroundColor, this.alphaBlend});