FollowButton constructor

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

Implementation

FollowButton(super.state, super.actor)
    : following = actor.viewer.following ?? "";