Commit ea7b614f authored by Budi Prasetyo's avatar Budi Prasetyo

home 4 resize v4

parent 8b8f452c
......@@ -8,13 +8,13 @@ class Home4 extends StatelessWidget {
var ScreenSize = MediaQuery.of(context).size;
return Container(
width: ScreenSize.width,
height: ScreenSize.height * 0.99,
height: ScreenSize.height * 1,
color: Colors.white,
child: Container(
padding: const EdgeInsets.all(20),
margin: const EdgeInsets.fromLTRB(160, 90, 160, 90),
width: ScreenSize.width * 0.20,
height: ScreenSize.height * 0.90,
height: ScreenSize.height * 1,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(20),
//color: Color.fromARGB(200, 9, 47, 171),
......@@ -36,9 +36,9 @@ class Home4 extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Container(
padding: const EdgeInsets.all(9),
padding: const EdgeInsets.all(2),
width: ScreenSize.width * 0.4,
height: ScreenSize.height * 0.85,
height: ScreenSize.height * 0.95,
//color: Colors.blue[900],
child: Column(
......@@ -59,6 +59,7 @@ class Home4 extends StatelessWidget {
Container(
width: ScreenSize.width,
height: ScreenSize.height*0.07,
child: Text("Mobile Devices, TV Display, Kiosk, & Web Admin System",
style: TextStyle(
color: Colors.white,
......
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