PrintTextStyle constructor

const PrintTextStyle({
  1. PrintFontSize fontSize = PrintFontSize.medium,
  2. PrintAlign align = PrintAlign.left,
  3. bool bold = true,
})

Implementation

const PrintTextStyle({
  this.fontSize = PrintFontSize.medium,
  this.align = PrintAlign.left,
  this.bold = true,
});