const FollowMeButton({ Key? key, required this.isFollowing, required this.onPressed, }) : super(key: key);