UserProfileComponent constructor

const UserProfileComponent(
  1. {Key? key,
  2. required FriendData userData,
  3. dynamic onFollow(
      )?,
    1. dynamic onUnfollow(
        )?,
      1. required String buttonStatus,
      2. dynamic blockUnblockAction(
          )?}
        )

        Implementation

        const UserProfileComponent({super.key, required this.userData, this.onFollow, this.onUnfollow, required this.buttonStatus, this.blockUnblockAction});