menu
amadeus_proto
pages/profile/pages/profile_page.dart
ProfilePage
ProfilePage const constructor
ProfilePage
dark_mode
light_mode
ProfilePage
constructor
const
ProfilePage
(
{
Key
?
key
,
bool
isFriend
=
false
,
required
String
userId
}
)
Implementation
const ProfilePage({super.key, this.isFriend = false, required this.userId});
amadeus_proto
profile_page
ProfilePage
ProfilePage const constructor
ProfilePage class