Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-30 14:50:54 +08:00
parent 80fa0240e9
commit 8d94c0405f
115 changed files with 3150 additions and 1438 deletions

View File

@@ -22,13 +22,13 @@ class PendantAvatar extends StatelessWidget {
required this.avatar,
this.size = 80,
double? badgeSize,
bool? isVip,
bool isVip = false,
int? officialType,
this.garbPendantImage,
this.roomId,
this.onTap,
}) : _badgeType = officialType == null || officialType < 0
? isVip == true
? isVip
? BadgeType.vip
: BadgeType.none
: officialType == 0