UserProfileComponent constructor
- {Key? key,
- required FriendData userData,
- dynamic onFollow(
- dynamic onUnfollow(
- required String buttonStatus,
- dynamic blockUnblockAction(
Implementation
const UserProfileComponent({super.key, required this.userData, this.onFollow, this.onUnfollow, required this.buttonStatus, this.blockUnblockAction});