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

home: resize

parent c9eb1e54
...@@ -220,7 +220,7 @@ class _Home3State extends State<Home3> { ...@@ -220,7 +220,7 @@ class _Home3State extends State<Home3> {
Container( Container(
padding: const EdgeInsets.only(top: 10), padding: const EdgeInsets.only(top: 10),
width: 220, width: 220,
height: screenSize.height * 0.45, height: screenSize.height * 0.35,
child: ShowUpAnimation( child: ShowUpAnimation(
delayStart: const Duration(seconds: 1), delayStart: const Duration(seconds: 1),
curve: Curves.decelerate, curve: Curves.decelerate,
...@@ -280,7 +280,7 @@ class _Home3State extends State<Home3> { ...@@ -280,7 +280,7 @@ class _Home3State extends State<Home3> {
Container( Container(
padding: const EdgeInsets.only(top: 10), padding: const EdgeInsets.only(top: 10),
width: 220, width: 220,
height: screenSize.height * 0.45, height: screenSize.height * 0.35,
child: ShowUpAnimation( child: ShowUpAnimation(
delayStart: const Duration(seconds: 1), delayStart: const Duration(seconds: 1),
curve: Curves.decelerate, curve: Curves.decelerate,
...@@ -340,7 +340,7 @@ class _Home3State extends State<Home3> { ...@@ -340,7 +340,7 @@ class _Home3State extends State<Home3> {
Container( Container(
padding: const EdgeInsets.only(top: 10), padding: const EdgeInsets.only(top: 10),
width: 220, width: 220,
height: screenSize.height * 0.45, height: screenSize.height * 0.35,
child: ShowUpAnimation( child: ShowUpAnimation(
delayStart: const Duration(seconds: 1), delayStart: const Duration(seconds: 1),
curve: Curves.decelerate, curve: Curves.decelerate,
......
...@@ -94,7 +94,7 @@ class Home4 extends StatelessWidget { ...@@ -94,7 +94,7 @@ class Home4 extends StatelessWidget {
), ),
SizedBox(width: 40,), SizedBox(width: 40,),
Container( Container(
width: ScreenSize.width * 0.33, width: ScreenSize.width * 0.3,
height: ScreenSize.height * 0.69, height: ScreenSize.height * 0.69,
// color: Colors.white, // color: Colors.white,
decoration: BoxDecoration( decoration: BoxDecoration(
......
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