UnfollowComponent constructor

const UnfollowComponent(
  1. {Key? key,
  2. required String userName,
  3. required dynamic unfollowTap(
      )}
    )

    Implementation

    const UnfollowComponent({super.key, required this.userName, required this.unfollowTap});