Skip to content

Commit 4037a37

Browse files
committed
rm flexible widget
1 parent f29fa8d commit 4037a37

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

lib/login/login.dart

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,12 @@ class LoginScreen extends StatelessWidget {
3838
}
3939
},
4040
),
41-
Flexible(
42-
child: LoginButton(
43-
icon: FontAwesomeIcons.userNinja,
44-
text: 'Continue as Guest',
45-
loginMethod: AuthService().anonLogin,
46-
color: Colors.deepPurple,
47-
),
48-
)
41+
LoginButton(
42+
icon: FontAwesomeIcons.userNinja,
43+
text: 'Continue as Guest',
44+
loginMethod: AuthService().anonLogin,
45+
color: Colors.deepPurple,
46+
),
4947
],
5048
),
5149
),

0 commit comments

Comments
 (0)