CustomProfileImage constructor
const
CustomProfileImage({})
CustomProfileImage constructor.
Implementation
const CustomProfileImage({
super.key,
required this.initials,
required this.imageUrl,
this.borderRadius,
this.size,
});