This commit is contained in:
Patrick Alvin Alcala 2025-02-27 15:28:36 +08:00
parent bda39a56d0
commit 37a855cc6c
21 changed files with 176 additions and 226 deletions

View file

@ -157,14 +157,14 @@ class _AddStockPageState extends State<AddStockPage> with WidgetsBindingObserver
// ),
// ],
),
child: Row(
child: const Row(
children: [
Icon(
Icons.qr_code_scanner,
color: Colors.white,
size: 22,
),
const Gap(8),
Gap(8),
TextWidget(
text: 'Scan Barcode',
size: 14,