AppRectangleAvatar constructor
const
AppRectangleAvatar({})
Implementation
const AppRectangleAvatar({
super.key,
this.imageSource,
this.pickedFile,
this.height,
this.width,
this.radius = 12.0,
this.placeholderIcon = Icons.image,
this.backgroundColor,
this.fit = BoxFit.cover,
});