Making the background of Flutter app project to the device's background

Viewed 34

I am creating a launcher app with Flutter. But i want the launcher's background is match with the device's background. Like in another launchers in Play Store. How can I do it? Please answer. :)

I tried Color.transparent but it is just making the black background. Then I Googled the my question but i didn't find the answer that I am looking. That's it ^_^

1 Answers
Related