update
This commit is contained in:
parent
bda39a56d0
commit
37a855cc6c
21 changed files with 176 additions and 226 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue