menu
lb_planner
lb_planner.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
lb_planner
UserProfileImage
UserProfileImage const constructor
UserProfileImage class