widget method
Implementation
Widget widget(FollowButton button, ProfileView actor) {
if (isLoginUser(actor)) {
return const Center();
} else {
return button.widget;
}
}
Widget widget(FollowButton button, ProfileView actor) {
if (isLoginUser(actor)) {
return const Center();
} else {
return button.widget;
}
}