Skip to content

Commit

Permalink
qrbigger
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Jul 5, 2023
1 parent 49833e1 commit 4268409
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lib/lobby/view/lobby_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,13 @@ class _LobbyPageState extends State<LobbyPage> {
style: centerTextStyle,
),
const SizedBox(height: 50),
Image.asset(
'assets/images/qr.png',
width: 600,
height: 600,
Align(
child: Image.asset(
'assets/images/qr.png',
width: 600,
height: 600,
fit: BoxFit.cover,
),
),
],
),
Expand Down

0 comments on commit 4268409

Please sign in to comment.