ImageView constructor
const
ImageView({})
Implementation
const ImageView({
super.key,
required this.path,
this.width,
this.height,
this.color,
this.fit = BoxFit.fill,
this.blendMode,
});
const ImageView({
super.key,
required this.path,
this.width,
this.height,
this.color,
this.fit = BoxFit.fill,
this.blendMode,
});