const NetworkImage(String url, { double scale: 1.0 })

Creates an object that fetches the image at the given URL.

The arguments must not be null.

Source

const NetworkImage(this.url, { this.scale: 1.0 });