add bg image flutter

Solutions on MaxInterview for add bg image flutter by the best coders in the world

showing results for - "add bg image flutter"
Paul
19 Sep 2019
1         //This should be inside Container widget
2			decoration: BoxDecoration(
3            image: DecorationImage(
4                image: AssetImage('assets/image.jpeg'), fit: BoxFit.cover),
5          ),
similar questions
queries leading to this page
add bg image flutter