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