VuNetworkImage constructor

const VuNetworkImage(
  1. String url, {
  2. double scale = 1.0,
  3. Map<String, String>? headers,
})

Creates a network image provider that records image.load telemetry.

Implementation

const VuNetworkImage(this.url, {this.scale = 1.0, this.headers});