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