|
@@ -228,10 +228,10 @@ pw.Page generarPaginaSegundoTicket(Pedido pedido) {
|
|
style: const pw.TextStyle(fontSize: 9)),
|
|
style: const pw.TextStyle(fontSize: 9)),
|
|
));
|
|
));
|
|
content.add(pw.Text('.', style: pw.TextStyle(fontSize: 1)));
|
|
content.add(pw.Text('.', style: pw.TextStyle(fontSize: 1)));
|
|
- content.add(pw.SizedBox(height: 20));
|
|
|
|
content.add(pw.Text('.', style: pw.TextStyle(fontSize: 1)));
|
|
content.add(pw.Text('.', style: pw.TextStyle(fontSize: 1)));
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ content.add(pw.SizedBox(height: 20));
|
|
content.add(pw.Text('.', style: pw.TextStyle(fontSize: 1)));
|
|
content.add(pw.Text('.', style: pw.TextStyle(fontSize: 1)));
|
|
return pw.Column(
|
|
return pw.Column(
|
|
crossAxisAlignment: pw.CrossAxisAlignment.center,
|
|
crossAxisAlignment: pw.CrossAxisAlignment.center,
|