ZegoCanvas constructor

ZegoCanvas(
  1. int view,
  2. {ZegoViewMode? viewMode,
  3. int? backgroundColor,
  4. bool? alphaBlend,
  5. int? rotation,
  6. bool? mirror,
  7. String? viewContext}
)

Implementation

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