menu
aegee_leiden_app
screens/userProfile/local_widgets/userProfilePicture.dart
UserProfilePicture
UserProfilePicture const constructor
UserProfilePicture
dark_mode
light_mode
UserProfilePicture
constructor
const
UserProfilePicture
(
{
Key
?
key
,
required
String
id
,
String
?
heroTag
}
)
Implementation
const UserProfilePicture({super.key, required this.id, this.heroTag});
aegee_leiden_app
userProfilePicture
UserProfilePicture
UserProfilePicture const constructor
UserProfilePicture class