mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -48,7 +48,7 @@ class Avatar extends StatelessWidget {
|
|||||||
onTap: onTap,
|
onTap: onTap,
|
||||||
child: _buildAvatar(colorScheme),
|
child: _buildAvatar(colorScheme),
|
||||||
),
|
),
|
||||||
if (showDynDecorate && !garbPendantImage.isNullOrEmpty)
|
if (!garbPendantImage.isNullOrEmpty)
|
||||||
Positioned(
|
Positioned(
|
||||||
top: -size * 0.375, // -(size * 1.75 - size) / 2
|
top: -size * 0.375, // -(size * 1.75 - size) / 2
|
||||||
child: IgnorePointer(
|
child: IgnorePointer(
|
||||||
|
|||||||
Reference in New Issue
Block a user