IOSFontInfo constructor

IOSFontInfo({
  1. String? fontName,
  2. IOSSystemFontStyle? systemFontStyle,
  3. IOSSystemFontWeight? systemFontWeight,
})

Implementation

IOSFontInfo({
  this.fontName,
  this.systemFontStyle,
  this.systemFontWeight,
});