ProfileStatsCard constructor
const
ProfileStatsCard({
- Key? key,
- required AppProfile profile,
- bool showAvatar = true,
- bool showName = true,
- bool compact = false,
- bool showFollowStats = true,
- List<
ProfileStatConfig> ? customStats, - VoidCallback? onFollowersTap,
- VoidCallback? onFollowingTap,
- VoidCallback? onPostsTap,
- VoidCallback? onCollectivesTap,
- VoidCallback? onEventsTap,
- VoidCallback? onItemsTap,
Implementation
const ProfileStatsCard({
super.key,
required this.profile,
this.showAvatar = true,
this.showName = true,
this.compact = false,
this.showFollowStats = true,
this.customStats,
this.onFollowersTap,
this.onFollowingTap,
this.onPostsTap,
this.onCollectivesTap,
this.onEventsTap,
this.onItemsTap,
});