TeXViewFontStyle constructor

TeXViewFontStyle({
  1. int? fontSize,
  2. String? fontFamily,
  3. TeXViewSizeUnit? sizeUnit,
  4. TeXViewFontWeight? fontWeight,
})

Implementation

TeXViewFontStyle(
    {this.fontSize, this.fontFamily, this.sizeUnit, this.fontWeight});