change size of network image in flutter code example
Example: flutter network image size
Image.network(
url,
width: width,
height: height,
fit: BoxFit.cover,
));
Image.network(
url,
width: width,
height: height,
fit: BoxFit.cover,
));