FollowMeButton constructor
const
FollowMeButton({
- Key? key,
- required bool isFollowing,
- required void onPressed(),
- FollowMeButtonConfig config = FollowMeButtonConfig.defaultConfig,
Implementation
const FollowMeButton({
Key? key,
required this.isFollowing,
required this.onPressed,
this.config = FollowMeButtonConfig.defaultConfig,
}) : super(key: key);