StyleOverrideTable constructor

StyleOverrideTable({
  1. String? fontFamily,
  2. dynamic fontPostScriptName,
  3. int? fontWeight,
  4. double? fontSize,
  5. double? letterSpacing,
  6. List<Fills>? fills,
  7. dynamic lineHeightPx,
  8. double? lineHeightPercent,
  9. double? lineHeightPercentFontSize,
  10. String? lineHeightUnit,
})

Implementation

StyleOverrideTable({
  this.fontFamily,
  this.fontPostScriptName,
  this.fontWeight,
  this.fontSize,
  this.letterSpacing,
  this.fills,
  this.lineHeightPx,
  this.lineHeightPercent,
  this.lineHeightPercentFontSize,
  this.lineHeightUnit,
});