image network not covering entire contanier flutter even after boxfit code example
Example: image fit flutter
FittedBox(
child: Image.asset('foo.png'),
fit: BoxFit.fill,
)
FittedBox(
child: Image.asset('foo.png'),
fit: BoxFit.fill,
)