NetworkImage constructor
Creates an object that fetches the image at the given URL.
The scale
argument is the linear scale factor for drawing this image at
its intended size. See ImageInfo.scale for more information.
Implementation
const factory NetworkImage(String url, { double scale, Map<String, String>? headers }) = network_image.NetworkImage;