ImageView constructor
const
ImageView({})
Implementation
const ImageView({
required this.fileName,
this.rootPath,
this.width,
this.height,
this.fit,
this.borderRadius = 0
,super.key});
const ImageView({
required this.fileName,
this.rootPath,
this.width,
this.height,
this.fit,
this.borderRadius = 0
,super.key});