APP1 뒷 배경에 이미지를 포함한 위젯 만들기 https://stackoverflow.com/questions/45745448/how-do-i-stretch-an-image-to-fit-the-whole-background-100-height-x-100-width Your Question contains the first step, but you need width and height. you can get the width and height of the screen. Here is a small edit //gets the screen width and height double Width = MediaQuery.of(context).size.width; double Height = MediaQuery.of(context).size.height; .. 2021. 6. 15. 이전 1 다음