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