UserProfilePicture constructor
const
UserProfilePicture({})
Implementation
const UserProfilePicture({
super.key,
required this.username,
required this.hfk,
this.showDetails = false,
this.showDetailsDisabled = false,
this.upvoteColor = Colors.green,
this.downvoteColor = Colors.red,
this.resourceCreditsColor = Colors.blue,
this.showBars = true,
this.onTap,
});