FpjWidgetImageNetwork constructor
const
FpjWidgetImageNetwork({
- required String imageUrl,
- PlaceholderWidgetBuilder? placeholderWidgetBuilder,
- LoadingErrorWidgetBuilder? errorWidgetBuilder,
- ProgressIndicatorBuilder? progressIndicatorBuilder,
- BoxFit? fit = BoxFit.cover,
- double? radius,
- double? radiusTopL,
- double? radiusTopR,
- double? radiusBottomL,
- double? radiusBottomR,
- double? size,
- double? width,
- double? height,
- GesterTapImage? onTapImage,
- 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,
});