ChooseGroupAvatar constructor

const ChooseGroupAvatar({
  1. Key? key,
  2. required String groupID,
  3. required String groupType,
  4. required String selectedAvatarURL,
})

Implementation

const ChooseGroupAvatar({
  super.key,
  required this.groupID,
  required this.groupType,
  required this.selectedAvatarURL,
});