UImageNetwork constructor

const UImageNetwork(
  1. String url, {
  2. Color? color,
  3. double? width,
  4. double? height,
  5. BoxFit fit = BoxFit.contain,
  6. Clip clipBehavior = Clip.hardEdge,
  7. double borderRadius = 1,
  8. String? placeholder,
  9. ProgressIndicatorBuilder? progressIndicatorBuilder,
  10. Key? key,
})

Implementation

const UImageNetwork(
  this.url, {
  this.color,
  this.width,
  this.height,
  this.fit = BoxFit.contain,
  this.clipBehavior = Clip.hardEdge,
  this.borderRadius = 1,
  this.placeholder,
  this.progressIndicatorBuilder,
  super.key,
});