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