image fit width flutter code example Example: image fit flutter FittedBox( child: Image.asset('foo.png'), fit: BoxFit.fill, )