Commit 175c1ec5 authored by Budi Prasetyo's avatar Budi Prasetyo

home 4 resize

parent ea6cfde3
......@@ -35,114 +35,91 @@ class Home4 extends StatelessWidget {
),
child: Container(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Container(
width: ScreenSize.width * 0.45,
width: ScreenSize.width * 0.4,
height: ScreenSize.height * 0.85,
color: Colors.blue[900],
child: Container(
alignment: Alignment.topLeft,
padding: EdgeInsets.all(30),
//color: Colors.blue[900],
color: Colors.green,
child: Column(
mainAxisAlignment: MainAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
SizedBox(height: 40,),
Row(
children: [
Text("Media used by MedApp",
Container(
height: ScreenSize.height*0.08,
width: ScreenSize.width,
child: Text("Media used by MedApp",
style: TextStyle(
color: Colors.white,
fontSize: 36,
fontSize: 27,
fontWeight: FontWeight.bold,
),
textAlign: TextAlign.left,
),
],
),
SizedBox(height: 10,),
Row(
children: [
Text("Mobile Devices, TV Display, Kiosk, & Web Admin System",
Container(
width: ScreenSize.width,
child: Text("Mobile Devices, TV Display, Kiosk, & Web Admin System",
style: TextStyle(
color: Colors.white,
fontSize: 24,
fontSize: 17,
),
textAlign: TextAlign.left,
),
],
),
SizedBox(height: 30,),
Row(
children: [
Container(
height: 80,
width: ScreenSize.width *0.30,
height: ScreenSize.height*0.1,
width: ScreenSize.width,
child: Text(
"Mobile Function: Application for patients (online appointment, queuing information, online payment)",
style: TextStyle(
fontSize: 16,
fontSize: 15,
height: 1.3,
letterSpacing: 1.3,
color: Colors.white
),
)
),
],
),
Row(
children: [
Container(
height: 80,
width: ScreenSize.width *0.30,
height: ScreenSize.height*0.1,
width: ScreenSize.width,
child: Text(
"TV Display Function: Display queue calls at every counter or doctor queue at the hospital",
"TV Display Function: Display queue calls at every counter or doctor queue at the hospital.",
style: TextStyle(
fontSize: 16,
fontSize: 15,
height: 1.3,
letterSpacing: 1.3,
color: Colors.white
),
)
),
],
),
Row(
children: [
Container(
height: 80,
width: ScreenSize.width *0.30,
height: ScreenSize.height*0.05,
width: ScreenSize.width,
child: Text(
"Kiosk Function: Queue pick-up, self-reservation on site, check-in",
"Kiosk Function: Queue pick-up, self-reservation on site, check-in.",
style: TextStyle(
fontSize: 16,
fontSize: 15,
height: 1.3,
letterSpacing: 1.3,
color: Colors.white,
),
)
),
],
),
Row(
children: [
Container(
height: 80,
width: ScreenSize.width *0.30,
child: Text("Web Admin Function: Queue management in hospital, reservation by admin or hospital officer, queue call ",
height: ScreenSize.height*0.1,
width: ScreenSize.width,
child: Text("Web Admin Function: Queue management in hospital, reservation by admin or hospital officer, queue call.",
style: TextStyle(
fontSize: 16,
fontSize: 15,
height: 1.3,
letterSpacing: 1.3,
color: Colors.white
),
)
),
],
),
// SizedBox(height: 10,),
Row(
children: [
Container(
height : 35,
width : 180,
......@@ -169,31 +146,9 @@ class Home4 extends StatelessWidget {
),
),
),
// child: ElevatedButton(
// onPressed: (){},
// style: DefaultColors(),
// // ElevatedButton.styleFrom(
// // primary: Colors.blue,
// // fixedSize: Size(170, 85),
// // onPrimary: Colors.white,
// // shape: RoundedRectangleBorder(
// // borderRadius: BorderRadius.all(Radius.circular(30),
// // )
// // )
// // ),
// child: Text("LEARN MORE",
// style: TextStyle(
// fontSize: 18,
// letterSpacing: 2
// ),
// ),
// ),
),
],
),
],
),
),
),
SizedBox(width: 10,),
Container(
......
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