File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -45,21 +45,19 @@ class Profile extends StatelessWidget {
45
45
backgroundColor: kDeepOrange,
46
46
title: const DisplayName (),
47
47
),
48
- body: Center (
49
- child: Column (
50
- mainAxisAlignment: MainAxisAlignment .spaceEvenly,
51
- crossAxisAlignment: CrossAxisAlignment .center,
52
- children: const [
53
- SizedBox (height: 50 ),
54
- ProfilePhoto (),
55
- EmailAddress (),
56
- Spacer (),
57
- TotalCompletedQuizzes (),
58
- Spacer (),
59
- LogOutButton (),
60
- Spacer (),
61
- ],
62
- ),
48
+ body: Column (
49
+ mainAxisAlignment: MainAxisAlignment .spaceEvenly,
50
+ crossAxisAlignment: CrossAxisAlignment .center,
51
+ children: const [
52
+ SizedBox (height: 50 ),
53
+ ProfilePhoto (),
54
+ EmailAddress (),
55
+ Spacer (),
56
+ TotalCompletedQuizzes (),
57
+ Spacer (),
58
+ LogOutButton (),
59
+ Spacer (),
60
+ ],
63
61
),
64
62
),
65
63
);
You can’t perform that action at this time.
0 commit comments