UnsecuredNetworkImage constructor

const UnsecuredNetworkImage(
  1. String url, {
  2. double scale = 1.0,
  3. Map<String, String>? headers,
  4. bool isVideo = false,
})

Implementation

const UnsecuredNetworkImage(
  this.url, {
  this.scale = 1.0,
  this.headers,
  this.isVideo = false,
});