menu
fit_office
fit_office.dart
FriendProfile
FriendProfile.new const constructor
FriendProfile.new
dark_mode
light_mode
FriendProfile
constructor
const
FriendProfile
(
{
Key
?
key
,
required
String
userName
,
required
bool
isFriend
,
bool
?
isPending
,
})
Implementation
const FriendProfile({ super.key, required this.userName, required this.isFriend, this.isPending, });
fit_office
fit_office
FriendProfile
FriendProfile.new const constructor
FriendProfile class