Commit 37915f58 authored by r.manan@eksad.com's avatar r.manan@eksad.com

home2: tambah height

parent 616f8536
...@@ -42,7 +42,7 @@ class Home2 extends StatelessWidget { ...@@ -42,7 +42,7 @@ class Home2 extends StatelessWidget {
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
fontSize: 18, fontSize: 18,
letterSpacing: 1.1, letterSpacing: 1.1,
height: 1.3, height: 1.8,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer(), Spacer(),
...@@ -82,10 +82,10 @@ class Home2 extends StatelessWidget { ...@@ -82,10 +82,10 @@ class Home2 extends StatelessWidget {
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
fontSize: 18, fontSize: 18,
letterSpacing: 1.1, letterSpacing: 1.1,
height: 1.3, height: 1.8,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer(), Spacer(flex:2,),
Container( Container(
width: screenSize.width, width: screenSize.width,
child: Text( child: Text(
...@@ -96,7 +96,7 @@ class Home2 extends StatelessWidget { ...@@ -96,7 +96,7 @@ class Home2 extends StatelessWidget {
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
fontSize: 18, fontSize: 18,
letterSpacing: 1.1, letterSpacing: 1.1,
height: 1.3, height: 1.8,
fontWeight: FontWeight.w500)), fontWeight: FontWeight.w500)),
), ),
Spacer( Spacer(
......
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