Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-17 12:43:09 +08:00
parent ab1e5cb62a
commit b4fb7d14d4
31 changed files with 84 additions and 85 deletions

View File

@@ -9,13 +9,13 @@ import 'package:get/get.dart';
class FollowItem extends StatelessWidget {
final FollowItemModel item;
final bool? isOwner;
final ValueChanged? callback;
final ValueChanged? afterMod;
final ValueChanged<UserModel>? onSelect;
const FollowItem({
super.key,
required this.item,
this.callback,
this.afterMod,
this.isOwner,
this.onSelect,
});
@@ -85,7 +85,7 @@ class FollowItem extends StatelessWidget {
context: context,
mid: item.mid,
isFollow: item.attribute != -1,
callback: callback,
afterMod: afterMod,
),
style: FilledButton.styleFrom(
visualDensity: .compact,