ChooseGroupAvatar constructor

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

Implementation

ChooseGroupAvatar({Key? key, required this.groupID, required this.groupType, required this.selectedAvatarUrl})
    : super(key: key);