menu
custom_styles_package package
documentation
widgets/custom_profile_image.dart
CustomProfileImage
CustomProfileImage.new const constructor
CustomProfileImage.new const constructor
dark_mode
light_mode
CustomProfileImage
constructor
const
CustomProfileImage
(
{
Key
?
key
,
required
String
initials
,
required
String
?
imageUrl
,
double
?
size
,
})
Implementation
const CustomProfileImage({super.key, required this.initials, required this.imageUrl, this.size});
custom_styles_package package
documentation
widgets/custom_profile_image
CustomProfileImage
CustomProfileImage.new const constructor
CustomProfileImage class