Commit 1a8fc67b authored by Budi Prasetyo's avatar Budi Prasetyo

nambah back

parent ed9c4abe
...@@ -17,7 +17,10 @@ class _ForgotPasswordState extends State<ForgotPassword> { ...@@ -17,7 +17,10 @@ class _ForgotPasswordState extends State<ForgotPassword> {
return Stack( return Stack(
children: [ children: [
Container( Container(
decoration: BoxDecoration(image: DecorationImage(image: AssetImage('assets/images/medapp_image1.png'),fit: BoxFit.fill)), decoration: BoxDecoration(
image: DecorationImage(
image: AssetImage('assets/images/medapp_image2.jpg'),
fit: BoxFit.fill)),
), ),
Padding( Padding(
padding: const EdgeInsets.all(21.0), padding: const EdgeInsets.all(21.0),
......
This diff is collapsed.
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