Commit c728ce40 authored by rizky ramadhan's avatar rizky ramadhan

logo medapp

parent f11e024d
...@@ -38,7 +38,7 @@ class Footer extends StatelessWidget { ...@@ -38,7 +38,7 @@ class Footer extends StatelessWidget {
children: [ children: [
Container( Container(
width: screenSize.width * 0.12, width: screenSize.width * 0.12,
height: screenSize.height * 0.08, height: screenSize.height * 0.07,
decoration: const BoxDecoration( decoration: const BoxDecoration(
//color: Colors.lightBlueAccent, //color: Colors.lightBlueAccent,
image: DecorationImage( image: DecorationImage(
...@@ -212,10 +212,12 @@ class Footer extends StatelessWidget { ...@@ -212,10 +212,12 @@ class Footer extends StatelessWidget {
letterSpacing: 1.5), letterSpacing: 1.5),
), ),
), ),
SizedBox(height: 10,), SizedBox(
height: 10,
),
Container( Container(
height: screenSize.height * 0.04, height: screenSize.height * 0.04,
child: itemBawah( child: itemBawah(
item: 'Catalog', item: 'Catalog',
routeName: '/solutions', routeName: '/solutions',
), ),
......
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