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