AddFriendsButton constructor

const AddFriendsButton({
  1. Key? key,
  2. required String currentUserId,
})

Implementation

const AddFriendsButton({super.key, required this.currentUserId});