ZegoFontStyle constructor

ZegoFontStyle(
  1. ZegoFontType type,
  2. int size,
  3. int color,
  4. int transparency,
  5. bool border,
  6. int borderColor
)

Implementation

ZegoFontStyle(this.type, this.size, this.color, this.transparency,
    this.border, this.borderColor);