ZegoCreateWhiteboardConfig constructor

ZegoCreateWhiteboardConfig(
  1. String name, {
  2. int? perPageWidth,
  3. int? perPageHeight,
  4. int? pageCount,
})

Implementation

ZegoCreateWhiteboardConfig(this.name,
    {this.perPageWidth, this.perPageHeight, this.pageCount});