PosStyles constructor
const
PosStyles({
- bool bold = false,
- bool reverse = false,
- bool underline = false,
- bool turn90 = false,
- PosAlign align = PosAlign.left,
- PosTextSize height = PosTextSize.size1,
- PosTextSize width = PosTextSize.size1,
- PosFontType? fontType,
- String? codeTable,
Implementation
const PosStyles({
this.bold = false,
this.reverse = false,
this.underline = false,
this.turn90 = false,
this.align = PosAlign.left,
this.height = PosTextSize.size1,
this.width = PosTextSize.size1,
this.fontType,
this.codeTable,
});