andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
351 stars 300 forks source link

IMPRESORA ZKTECO #115

Open mario125 opened 3 years ago

mario125 commented 3 years ago

NO RECONOCE EL ALINIAMIENTO DENTRO DE row

printer.row([ PosColumn( text: 'col3', width: 3, styles: PosStyles(align: PosAlign.left, underline: true), ), PosColumn( text: 'col6', width: 6, styles: PosStyles(align: PosAlign.center, underline: true), ), PosColumn( text: 'col3', width: 3, styles: PosStyles(align: PosAlign.right, underline: true), ), ]);