Commit 4dcb6e79 authored by Budi Prasetyo's avatar Budi Prasetyo

home 4 resize v2

parent 175c1ec5
......@@ -38,10 +38,11 @@ class Home4 extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Container(
padding: EdgeInsets.all(9),
width: ScreenSize.width * 0.4,
height: ScreenSize.height * 0.85,
//color: Colors.blue[900],
color: Colors.green,
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
......@@ -95,7 +96,7 @@ class Home4 extends StatelessWidget {
)
),
Container(
height: ScreenSize.height*0.05,
height: ScreenSize.height*0.1,
width: ScreenSize.width,
child: Text(
"Kiosk Function: Queue pick-up, self-reservation on site, check-in.",
......
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