Commit 74d1f6fc authored by Budi Prasetyo's avatar Budi Prasetyo

small size solution

parent 462a27e7
......@@ -35,7 +35,7 @@ class _HomePageState extends State<HomePage> {
final GlobalKey<ScaffoldState> _scaffoldKey = new GlobalKey<ScaffoldState>();
@override
Widget build(BuildContext context) {
setPageTitle('MeddApp by Eksad', context);
setPageTitle('MedApp by Eksad', context);
var screenSize = MediaQuery.of(context).size;
return Scaffold(
key: _scaffoldKey,
......
......@@ -17,7 +17,6 @@ class _SmallOurSolution2State extends State<SmallOurSolution2> {
return Container(
width: screenSize.width,
height: screenSize.height*0.55,
color: Colors.grey,
padding: EdgeInsets.symmetric( vertical: screenSize.height*0.05),
child: Container(
width: screenSize.width,
......
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