GroupDetailsPage constructor

const GroupDetailsPage({
  1. required String groupId,
  2. Key? key,
})

Implementation

const GroupDetailsPage({required this.groupId, super.key});