feat: change marker qr scanner sizer to sizedBox
This commit is contained in:
parent
042ef8b097
commit
7486be476a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user