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

home4: smallscreen

parent 1db39bb4
......@@ -8,14 +8,13 @@ class SmallHome4 extends StatelessWidget {
Widget build(BuildContext context) {
var ScreenSize = MediaQuery.of(context).size;
return Container(
padding: EdgeInsets.symmetric(horizontal: 15),
width: ScreenSize.width,
height: ScreenSize.height * 1.2,
height: ScreenSize.height * 1.5,
color: Colors.white,
child: Container(
padding: EdgeInsets.all(20),
margin: EdgeInsets.fromLTRB(160, 90, 160, 90),
width: ScreenSize.width * 0.20,
height: ScreenSize.height * 0.90,
height: ScreenSize.height * 0.75,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(20),
//color: Color.fromARGB(200, 9, 47, 171),
......@@ -140,7 +139,7 @@ class SmallHome4 extends StatelessWidget {
),
borderRadius: BorderRadius.circular(20)
),
)
),
],
),
),
......
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