menu
fireflutter package
documentation
user/screens/user.public_profile.screen.dart
UserPublicProfileScreen
UserPublicProfileScreen const constructor
UserPublicProfileScreen const constructor
dark_mode
light_mode
UserPublicProfileScreen
constructor
const
UserPublicProfileScreen
(
{
Key
?
key
,
required
User
user
,
})
Implementation
const UserPublicProfileScreen({super.key, required this.user});
fireflutter package
documentation
user/screens/user.public_profile.screen
UserPublicProfileScreen
UserPublicProfileScreen const constructor
UserPublicProfileScreen class