update printer bar and kitchen

This commit is contained in:
Efril
2026-05-27 16:19:11 +07:00
parent beb86f6259
commit d345294a2f
2 changed files with 7 additions and 2 deletions
@@ -111,6 +111,8 @@ class ReceiptComponentBuilder {
align: PosAlign.left,
bold: bold,
fontType: _font,
height: _bodyHeight,
width: _bodyWidth,
),
),
PosColumn(
@@ -120,6 +122,8 @@ class ReceiptComponentBuilder {
align: PosAlign.right,
bold: bold,
fontType: _font,
height: _bodyHeight,
width: _bodyWidth,
),
),
]);