UnfollowUserComponent constructor

const UnfollowUserComponent(
  1. {Key? key,
  2. required FriendData userData,
  3. required dynamic unfollowTap(
      )}
    )

    Implementation

    const UnfollowUserComponent({super.key, required this.userData, required this.unfollowTap});