I am trying to set a background image for the home page. I am getting the image place from start of the screen and filling the width but not the height. Am I missing someth
decoration: BoxDecoration( image: DecorationImage( image: ExactAssetImage("images/background.png"), fit: BoxFit.cover ), ),
this also works inside a container.