Commit b95a8301 authored by Fikri's avatar Fikri
parents 35fc0770 7fcdf4e8
...@@ -52,7 +52,7 @@ class Home1 extends StatelessWidget { ...@@ -52,7 +52,7 @@ class Home1 extends StatelessWidget {
Container( Container(
// color: Colors.blue, // color: Colors.blue,
width: screenSize.width * 0.25, width: screenSize.width * 0.25,
height: screenSize.height * 0.09, height: screenSize.height * 0.1,
child: ShowUpAnimation( child: ShowUpAnimation(
delayStart: const Duration(seconds: 1), delayStart: const Duration(seconds: 1),
direction: Direction.horizontal, direction: Direction.horizontal,
...@@ -90,7 +90,7 @@ class Home1 extends StatelessWidget { ...@@ -90,7 +90,7 @@ class Home1 extends StatelessWidget {
), ),
), ),
Container( Container(
width: screenSize.width * 0.135, width: screenSize.width * 0.15,
height: screenSize.height * 0.07, height: screenSize.height * 0.07,
child: ShowUpAnimation( child: ShowUpAnimation(
delayStart: const Duration(seconds: 1), delayStart: const Duration(seconds: 1),
...@@ -103,7 +103,7 @@ class Home1 extends StatelessWidget { ...@@ -103,7 +103,7 @@ class Home1 extends StatelessWidget {
}, },
style: DefaultColors(), style: DefaultColors(),
child: const Text( child: const Text(
'TAKL WITH EXPERT', 'TALK WITH EXPERT',
style: TextStyle( style: TextStyle(
fontSize: 17, fontSize: 17,
letterSpacing: 2, letterSpacing: 2,
......
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