BrightSafeNetworkImage constructor

const BrightSafeNetworkImage(
  1. String url, {
  2. Key? key,
  3. BoxFit? fit,
  4. double? height,
  5. double? width,
  6. Color? color,
  7. bool isSvg = false,
  8. String? placeholderImage,
  9. String? errorImage,
})

Implementation

const BrightSafeNetworkImage(
  this.url,
  {Key? key,
  this.fit,
  this.height,
  this.width,
  this.color,
  this.isSvg = false,
  this.placeholderImage,
  this.errorImage,
}) : super(key: key);