CustomImage constructor Null safety
Implementation
const CustomImage({
Key? key,
@required this.url,
this.width,
this.height,
this.borderRadius,
this.errorAssets,
this.fit = BoxFit.cover,
this.zoomOnTap = false,
this.showBlackGradient = false,
this.boxShape,
}) : super(key: key);