ZegoLabelInfo constructor

ZegoLabelInfo(
  1. String text,
  2. int left,
  3. int top,
  4. ZegoFontStyle font
)

Implementation

ZegoLabelInfo(this.text, this.left, this.top, this.font);