menu
lb_planner
modules/moodle/presentation/widgets/user_profile_image.dart
UserProfileImage
UserProfileImage const constructor
UserProfileImage
dark_mode
light_mode
UserProfileImage
constructor
const
UserProfileImage
(
{
Key
?
key
,
double
size
=
40
,
int
?
userId
,
})
Renders a user's profile image.
Implementation
const UserProfileImage({super.key, this.size = 40, this.userId});
lb_planner
user_profile_image
UserProfileImage
UserProfileImage const constructor
UserProfileImage class