UEpubTypography constructor

const UEpubTypography({
  1. double fontScale = 1,
  2. double lineHeight = 1.6,
  3. String? fontFamily,
  4. double horizontalMargin = 20,
  5. double verticalMargin = 16,
  6. bool justify = true,
  7. double paragraphSpacing = 8,
  8. double letterSpacing = 0,
  9. double wordSpacing = 0,
  10. bool hyphenate = false,
})

Implementation

const UEpubTypography({
  this.fontScale = 1,
  this.lineHeight = 1.6,
  this.fontFamily,
  this.horizontalMargin = 20,
  this.verticalMargin = 16,
  this.justify = true,
  this.paragraphSpacing = 8,
  this.letterSpacing = 0,
  this.wordSpacing = 0,
  this.hyphenate = false,
});