UserImage constructor
const
UserImage({})
Implementation
const UserImage({
super.key,
this.pickedImage,
required this.imageLink,
this.onPick,
this.radius,
this.placeHolderPath,
this.pickMaxWidth,
this.pickMaxHeight,
});