NetworkImage constructor Null safety
Creates an object that fetches the image at the given URL.
The arguments url
and scale
must not be null.
Implementation
const factory NetworkImage(String url, { double scale, Map<String, String>? headers }) = network_image.NetworkImage;