add padding around barcode

This commit is contained in:
2025-01-28 10:35:22 +02:00
parent f11a48a8c7
commit f8fa5c494a

View File

@@ -67,8 +67,10 @@ class _BuildLoyaltyCardListState extends State<BuildLoyaltyCardList> {
),
child: Column(
children: [
const SizedBox(height: 10),
SizedBox(
// const SizedBox(height: 10),
Padding(
padding: const EdgeInsets.all(10.0),
child: SizedBox(
height: 75,
width: 300,
child: BarcodeWidget(
@@ -86,7 +88,8 @@ class _BuildLoyaltyCardListState extends State<BuildLoyaltyCardList> {
// //showValue: true,
// ),
),
const SizedBox(height: 10),
),
// const SizedBox(height: 10),
Text(
widget.cardList[index].card_number,
style: const TextStyle(