how to give width and height to image in decoration image flutter code example
Example: image fit flutter
FittedBox(
child: Image.asset('foo.png'),
fit: BoxFit.fill,
)
FittedBox(
child: Image.asset('foo.png'),
fit: BoxFit.fill,
)