IminTextPictureStyle constructor

IminTextPictureStyle({
  1. bool? wordWrap,
  2. int? fontSize,
  3. IminPrintAlign? align,
  4. IminFontStyle? fontStyle,
  5. double? letterSpacing,
  6. bool? underline,
  7. bool? throughline,
  8. bool? reverseWhite,
  9. double? lineHeight,
  10. IminTypeface? typeface,
})

Implementation

IminTextPictureStyle(
    {this.wordWrap,
    this.fontSize,
    this.align,
    this.fontStyle,
    this.letterSpacing,
    this.underline,
    this.throughline,
    this.reverseWhite,
    this.lineHeight,
    this.typeface});