David PHAM-VAN

Fix warning in barcode test

@@ -85,10 +85,10 @@ void main() { @@ -85,10 +85,10 @@ void main() {
85 size: 200, 85 size: 200,
86 padding: const EdgeInsets.all(20), 86 padding: const EdgeInsets.all(20),
87 margin: const EdgeInsets.all(20), 87 margin: const EdgeInsets.all(20),
88 - decoration: BoxDecoration( 88 + decoration: const BoxDecoration(
89 borderRadius: 20, 89 borderRadius: 20,
90 color: PdfColors.white, 90 color: PdfColors.white,
91 - border: const BoxBorder( 91 + border: BoxBorder(
92 color: PdfColors.blue, 92 color: PdfColors.blue,
93 top: true, 93 top: true,
94 bottom: true, 94 bottom: true,