PosStyles.defaults constructor
const
PosStyles.defaults({
- 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 = PosFontType.fontA,
- String? codeTable = "CP437",
Implementation
const PosStyles.defaults({
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 = PosFontType.fontA,
this.codeTable = "CP437",
});