Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-21 16:27:00 +08:00
parent a7e67796f1
commit c1d42b498a
10 changed files with 211 additions and 186 deletions

View File

@@ -162,10 +162,11 @@ class _AtMePageState extends State<AtMePage> {
),
],
),
trailing: item.item?.image != null && item.item?.image != ""
trailing: item.item?.image?.isNotEmpty == true
? NetworkImgLayer(
width: 45,
height: 45,
radius: 8,
src: item.item?.image,
)
: null,