AnimatedFollowButton constructor
const
AnimatedFollowButton({})
Implementation
const AnimatedFollowButton({
required this.isFollowing,
required this.onPressed,
this.isLoading = false,
this.width = 140,
this.height = 40,
this.followText,
this.followingText,
this.unfollowText,
super.key,
});