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 { ...@@ -45,7 +45,9 @@ class Home2 extends StatelessWidget {
height: 1.8, height: 1.8,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer(), Spacer(
flex: 2,
),
Column( Column(
// mainAxisAlignment: MainAxisAlignment.start, // mainAxisAlignment: MainAxisAlignment.start,
children: [ children: [
...@@ -70,7 +72,9 @@ class Home2 extends StatelessWidget { ...@@ -70,7 +72,9 @@ class Home2 extends StatelessWidget {
), ),
], ],
), ),
Spacer(), Spacer(
flex: 2,
),
Container( Container(
width: screenSize.width, width: screenSize.width,
child: Text( child: Text(
...@@ -85,7 +89,9 @@ class Home2 extends StatelessWidget { ...@@ -85,7 +89,9 @@ class Home2 extends StatelessWidget {
height: 1.8, height: 1.8,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer(flex:2,), Spacer(
flex:2,
),
Container( Container(
width: screenSize.width, width: screenSize.width,
child: Text( 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