LeaderboardScreen constructor

const LeaderboardScreen({
  1. required String orgId,
  2. Key? key,
})

Implementation

const LeaderboardScreen({required this.orgId, super.key});