I think this is a better way. You can control height and width as well.
Image.asset(
'assets/images/background-img.png',
width: 300, // Set desired width
height: 300, // Set desired height
fit: BoxFit.contain, // Adjust how the image fits the given space
),