IminTextStyle constructor

IminTextStyle({
  1. bool? wordWrap,
  2. int? fontSize,
  3. IminPrintAlign? align,
  4. double? space,
  5. int? width,
  6. IminFontStyle? fontStyle,
  7. IminTypeface? typeface,
})

Implementation

IminTextStyle(
    {this.wordWrap,
    this.fontSize,
    this.align,
    this.space,
    this.width,
    this.fontStyle,
    this.typeface});