mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
opt sc background image
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -181,6 +181,7 @@ class _SuperChatCardState extends State<SuperChatCard> {
|
|||||||
image: item.backgroundImage == null
|
image: item.backgroundImage == null
|
||||||
? null
|
? null
|
||||||
: DecorationImage(
|
: DecorationImage(
|
||||||
|
alignment: .topRight,
|
||||||
image: CachedNetworkImageProvider(
|
image: CachedNetworkImageProvider(
|
||||||
ImageUtils.safeThumbnailUrl(item.backgroundImage),
|
ImageUtils.safeThumbnailUrl(item.backgroundImage),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user