79130956

Date: 2024-10-27 16:10:13
Score: 0.5
Natty:
Report link

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,)
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amine Dakhli