Размер изображения сети трепетать
Image.network(
url,
width: width,
height: height,
fit: BoxFit.cover,
));
Vast Vulture
Image.network(
url,
width: width,
height: height,
fit: BoxFit.cover,
));
double width = MediaQuery.of(context).size.width;
double height = MediaQuery.of(context).size.height;