TImageFile constructor
TImageFile({})
Implementation
TImageFile({
super.key,
required this.path,
this.defaultAssetsPath,
this.fit = BoxFit.cover,
this.width,
this.height,
this.borderRadius = 5,
this.size,
});