build method
Implementation
Widget build(State state, ProfileView actor) {
FollowButton button = followButton(state, actor);
Widget left = displayNameHandle(actor);
Widget right = widget(button, actor);
Widget transfer = Profile(actor: actor.did);
return inkWell(state, actor, left, right, transfer);
}