A way to do it is by using FractionallySizedBox as follows:
FractionallySizedBox( widthFactor: 0.5, heightFactor: 0.5, child: Image.asset('lib/assets/xyz.jpeg',fit: BoxFit.cover,) ),