AdaptiveImage constructor
const
AdaptiveImage({})
Implementation
const AdaptiveImage({
super.key,
required this.imagePath,
this.width,
this.height,
this.fit = BoxFit.contain,
this.borderRadius,
this.placeholder,
this.errorWidget,
});