FpjWidgetImageNetwork constructor

const FpjWidgetImageNetwork({
  1. required String imageUrl,
  2. PlaceholderWidgetBuilder? placeholderWidgetBuilder,
  3. LoadingErrorWidgetBuilder? errorWidgetBuilder,
  4. ProgressIndicatorBuilder? progressIndicatorBuilder,
  5. BoxFit? fit = BoxFit.cover,
  6. double? radius,
  7. double? radiusTopL,
  8. double? radiusTopR,
  9. double? radiusBottomL,
  10. double? radiusBottomR,
  11. double? size,
  12. double? width,
  13. double? height,
  14. GesterTapImage? onTapImage,
  15. Key? key,
})

Implementation

const FpjWidgetImageNetwork({
  required this.imageUrl,
  this.placeholderWidgetBuilder,
  this.errorWidgetBuilder,
  this.progressIndicatorBuilder,
  this.fit = BoxFit.cover,
  this.radius,
  this.radiusTopL,
  this.radiusTopR,
  this.radiusBottomL,
  this.radiusBottomR,
  this.size,
  this.width,
  this.height,
  this.onTapImage,
  super.key,
});