GamificationSettingsScreen constructor

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

Implementation

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