Commit 92a9251b authored by Budi Prasetyo's avatar Budi Prasetyo

footer

parent a39732a7
......@@ -12,7 +12,7 @@ class Footer extends StatelessWidget {
var screenSize = MediaQuery.of(context).size;
return Container(
width: screenSize.width,
height: screenSize.height * 0.78,
height: screenSize.height * 0.8,
color: Colors.white,
child: Column(
mainAxisAlignment: MainAxisAlignment.start,
......@@ -251,7 +251,7 @@ class Footer extends StatelessWidget {
)),
Container(
width: screenSize.width * 0.25,
height: screenSize.height * 0.55,
height: screenSize.height * 0.6,
//color: Colors.blue,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
......@@ -411,7 +411,7 @@ class _EmailAPIState extends State<EmailAPI> {
return const CircularProgressIndicator();
}
return Container(
width: screenSize.width * 0.2,
width: screenSize.width * 0.25,
child: ListTile(
leading: const Icon(
Icons.mail,
......@@ -421,7 +421,7 @@ class _EmailAPIState extends State<EmailAPI> {
title: TextButton(
onPressed: () {
email = pgm['email'];
launch('mailto:$email?subject=Info MCS');
launch('mailto:$email?subject=Info Medapp');
},
// child: SettingAPI(),
child: Text(
......
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