@override Widget get widget { if (isLoginUser(actor)) { return profileEditButton.widget; } else { return followButton.widget; } }