ZegoCanvas constructor

ZegoCanvas(
  1. int view,
  2. {ZegoViewMode? viewMode,
  3. int? backgroundColor,
  4. bool? alphaBlend}
)

Implementation

ZegoCanvas(this.view, {this.viewMode, this.backgroundColor, this.alphaBlend});