@override Future<void> action() async { isLoginUser(actor) ? await profileEditButton.action() : await followButton.action(); }