ProfileViewButton constructor
ProfileViewButton(
- State<
StatefulWidget> state, - ProfileViewBasic actor
Implementation
ProfileViewButton(super.state, super.actor)
: profileEditButton = ProfileEditButton(state, actor),
followButton = FollowButton(state, actor);