FileImageView constructor
const
FileImageView({})
Implementation
const FileImageView({
required this.path,
this.width = 48,
this.height = 48,
this.radius = 0,
this.fit = BoxFit.fill,
super.key});
const FileImageView({
required this.path,
this.width = 48,
this.height = 48,
this.radius = 0,
this.fit = BoxFit.fill,
super.key});