IminTextStyle constructor
IminTextStyle({
- bool? wordWrap,
- int? fontSize,
- IminPrintAlign? align,
- double? space,
- int? width,
- IminFontStyle? fontStyle,
- IminTypeface? typeface,
Implementation
IminTextStyle(
{this.wordWrap,
this.fontSize,
this.align,
this.space,
this.width,
this.fontStyle,
this.typeface});