PrinterTextStyle constructor
PrinterTextStyle({
- PTextSize? textSize,
- PTextDirection? textDirection,
- PTextFont? textFont,
- PTextAlignment? alignment,
- bool isBold = false,
- bool isUnderlined = false,
Implementation
PrinterTextStyle({
this.textSize,
this.textDirection,
this.textFont,
this.alignment,
this.isBold = false,
this.isUnderlined = false,
});