TeXViewFontStyle constructor
TeXViewFontStyle({
- int? fontSize,
- String? fontFamily,
- TeXViewSizeUnit? sizeUnit,
- TeXViewFontWeight? fontWeight,
Implementation
TeXViewFontStyle(
{this.fontSize, this.fontFamily, this.sizeUnit, this.fontWeight});