UnfollowUserComponent constructor
- {Key? key,
- required FriendData userData,
- required dynamic unfollowTap(
Implementation
const UnfollowUserComponent({super.key, required this.userData, required this.unfollowTap});
const UnfollowUserComponent({super.key, required this.userData, required this.unfollowTap});