menu
aegee_leiden_app
screens/userProfile/userProfile.dart
ProfilePage
ProfilePage const constructor
ProfilePage
dark_mode
light_mode
ProfilePage
constructor
const
ProfilePage
(
{
required
String
id
,
String
?
heroTag
}
)
Implementation
const ProfilePage({required this.id, this.heroTag});
aegee_leiden_app
userProfile
ProfilePage
ProfilePage const constructor
ProfilePage class