IOSFontInfo constructor
- String? fontName,
- IOSSystemFontStyle? systemFontStyle,
- IOSSystemFontWeight? systemFontWeight,
Implementation
IOSFontInfo({
this.fontName,
this.systemFontStyle,
this.systemFontWeight,
});
IOSFontInfo({
this.fontName,
this.systemFontStyle,
this.systemFontWeight,
});