ZegoMixerWhiteboard constructor

ZegoMixerWhiteboard(
  1. int whiteboardID,
  2. int horizontalRatio,
  3. int verticalRatio,
  4. bool isPPTAnimation,
  5. dynamic layout,
  6. int zOrder,
  7. {int? backgroundColor}
)

Implementation

ZegoMixerWhiteboard(this.whiteboardID, this.horizontalRatio,
    this.verticalRatio, this.isPPTAnimation, this.layout, this.zOrder,
    {this.backgroundColor});