menu
shared_component package
documentation
widgets/app_widgets.dart
ProfileAvatar
ProfileAvatar.new const constructor
ProfileAvatar.new const constructor
dark_mode
light_mode
ProfileAvatar
constructor
const
ProfileAvatar
(
{
Key
?
key
,
required
String
imagePath
,
double
height
=
50.0
,
double
width
=
50.0
,
})
Implementation
const ProfileAvatar({ super.key, required this.imagePath, this.height = 50.0, this.width = 50.0, });
shared_component package
documentation
widgets/app_widgets
ProfileAvatar
ProfileAvatar.new const constructor
ProfileAvatar class