Commit 977a598d authored by rizky ramadhan's avatar rizky ramadhan

foot

parent eac0057e
......@@ -46,7 +46,22 @@ class Footer extends StatelessWidget {
'assets/logo/medapp-logo.png'),
fit: BoxFit.fill)),
),
const Spacer(),
const Spacer(
flex: 8,
),
Container(
width: screenSize.width * 0.1,
height: screenSize.height * 0.08,
decoration: const BoxDecoration(
//color: Colors.lightBlueAccent,
image: DecorationImage(
image: AssetImage(
'assets/logo/logo-eksad.png'),
fit: BoxFit.fill)),
),
const Spacer(
flex: 8,
),
Container(
width: screenSize.width * 0.2,
height: screenSize.height * 0.05,
......@@ -366,8 +381,7 @@ class itemBawah extends StatelessWidget {
color: const Color(0xff1e5ea8),
//decoration: TextDecoration.underline,
fontSize: 17,
letterSpacing: 1.2
),
letterSpacing: 1.2),
));
}
}
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