ZegoLabelInfo constructor
ZegoLabelInfo(
- String text,
- int left,
- int top,
- ZegoFontStyle font,
Implementation
ZegoLabelInfo(this.text, this.left, this.top, this.font);