OneImage constructor
const
OneImage({})
Implementation
const OneImage({
super.key,
this.imageUrl,
this.width,
this.maxHeight,
this.height,
this.radius = 0,
this.borderRadius,
this.withGradient = false,
this.isAsset = false,
this.isCached = false,
this.isUser = false,
this.showPlus = false,
this.boxFit = BoxFit.cover,
this.onTap,
});