AppAvatarImage constructor
const
AppAvatarImage({})
Implementation
const AppAvatarImage({
super.key,
this.imageSource,
this.pickedFile,
this.radius = 40,
this.borderRadius,
this.isCircular = true,
this.backgroundColor,
this.placeholderIcon = Icons.person,
});