ZegoFontStyle constructor
- ZegoFontType type,
- int size,
- int color,
- int transparency,
- bool border,
- int borderColor
Implementation
ZegoFontStyle(this.type, this.size, this.color, this.transparency,
this.border, this.borderColor);
ZegoFontStyle(this.type, this.size, this.color, this.transparency,
this.border, this.borderColor);