UserStatsPage constructor

UserStatsPage({
  1. Key? key,
  2. required UserData currentUser,
})

Implementation

UserStatsPage({Key? key, required this.currentUser}) : super(key: key);