feat: change marker qr scanner sizer to sizedBox

This commit is contained in:
Yandrik 2024-08-17 05:31:59 +02:00
parent 042ef8b097
commit 7486be476a

View File

@ -53,7 +53,7 @@ class MarkerScreen extends StatelessWidget {
}, },
child: const Text('Code eingeben'), child: const Text('Code eingeben'),
), ),
Container( SizedBox(
height: 400, height: 400,
child: MobileScanner( child: MobileScanner(
fit: BoxFit.contain, fit: BoxFit.contain,