SizedBox(
width: 48.w,
height: 48.w,
child: Stack(
alignment: Alignment.bottomLeft,
children: [
TDImage(assetUrl: "assets/img/mine2.png", width: 48.w, height: 48.w),
const Positioned(
right: 0,
top: 0,
child: TDBadge(TDBadgeType.redPoint),
)
],
),
),
TDesign:Badge 徽标
最新推荐文章于 2025-04-30 11:57:34 发布