Commit 14c7a855 authored by r.manan@eksad.com's avatar r.manan@eksad.com

home2: tambah height

parent 54e8c66a
......@@ -45,7 +45,9 @@ class Home2 extends StatelessWidget {
height: 1.8,
fontWeight: FontWeight.w500)),
),
Spacer(),
Spacer(
flex: 2,
),
Column(
// mainAxisAlignment: MainAxisAlignment.start,
children: [
......@@ -70,7 +72,9 @@ class Home2 extends StatelessWidget {
),
],
),
Spacer(),
Spacer(
flex: 2,
),
Container(
width: screenSize.width,
child: Text(
......@@ -85,7 +89,9 @@ class Home2 extends StatelessWidget {
height: 1.8,
fontWeight: FontWeight.w500)),
),
Spacer(flex:2,),
Spacer(
flex:2,
),
Container(
width: screenSize.width,
child: Text(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment