David PHAM-VAN

Fix warning in barcode

@@ -162,7 +162,7 @@ class BarcodeWidget extends StatelessWidget { @@ -162,7 +162,7 @@ class BarcodeWidget extends StatelessWidget {
162 this.drawText = true, 162 this.drawText = true,
163 this.textStyle, 163 this.textStyle,
164 }) : 164 }) :
165 - // ignore: deprecated_member_use_from_same_package 165 + // ignore: deprecated_member_use,deprecated_member_use_from_same_package
166 barcode = barcode ?? Barcode.fromType(type); 166 barcode = barcode ?? Barcode.fromType(type);
167 167
168 /// the barcode data 168 /// the barcode data