yoga #17
|
@ -44,7 +44,7 @@ class DashboardPublicView extends StatelessWidget {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
body: SingleChildScrollView(
|
body: SingleChildScrollView(
|
||||||
padding: const EdgeInsets.only(
|
padding: const EdgeInsets.only(
|
||||||
top: 32.0,
|
top: 36.0,
|
||||||
bottom: 8.0,
|
bottom: 8.0,
|
||||||
left: 24.0,
|
left: 24.0,
|
||||||
right: 24.0,
|
right: 24.0,
|
||||||
|
@ -59,6 +59,7 @@ class DashboardPublicView extends StatelessWidget {
|
||||||
image: PathAssets.icon1,
|
image: PathAssets.icon1,
|
||||||
width: SizeConfig.width * .35,
|
width: SizeConfig.width * .35,
|
||||||
),
|
),
|
||||||
|
SizedBox(height: SizeConfig.height * .03),
|
||||||
Align(
|
Align(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
heightFactor: 1,
|
heightFactor: 1,
|
||||||
|
@ -105,7 +106,7 @@ class DashboardPublicView extends StatelessWidget {
|
||||||
provider.loginGoogle(context);
|
provider.loginGoogle(context);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
SizedBox(height: SizeConfig.height * .15),
|
SizedBox(height: SizeConfig.height * .07),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user