PrinterTextStyle constructor

PrinterTextStyle({
  1. AlignEnum? align,
  2. String? fontType,
  3. int? fontSize,
  4. bool? fontBlod,
  5. bool? underline,
  6. int? lineSpace,
  7. double? lineHeight,
})

Implementation

PrinterTextStyle(
    {this.align,
    this.fontType,
    this.fontSize,
    this.fontBlod,
    this.underline,
    this.lineSpace,
    this.lineHeight});