PrintStyle constructor
const
PrintStyle({
- PrintStyleAlign textAlign = PrintStyleAlign.left,
- int textSize = 19,
- PrintStyleFont fontStyle = PrintStyleFont.regular,
Implementation
const PrintStyle({
this.textAlign = PrintStyleAlign.left,
this.textSize = 19,
this.fontStyle = PrintStyleFont.regular,
});