ProfileViewButton constructor

ProfileViewButton(
  1. State<StatefulWidget> state,
  2. ProfileViewBasic actor
)

Implementation

ProfileViewButton(super.state, super.actor)
    : profileEditButton = ProfileEditButton(state, actor),
      followButton = FollowButton(state, actor);