ImageView constructor
const
ImageView({})
Implementation
const ImageView({
super.key,
required this.imgSource,
this.fit,
this.width,
this.height,
this.borderRadius,
this.placeholder,
});
const ImageView({
super.key,
required this.imgSource,
this.fit,
this.width,
this.height,
this.borderRadius,
this.placeholder,
});