mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -49,12 +49,10 @@ Widget htmlRender({
|
||||
return Hero(
|
||||
tag: imgUrl,
|
||||
child: GestureDetector(
|
||||
onTap: () {
|
||||
PageUtils.imageView(
|
||||
imgList: [SourceModel(url: imgUrl)],
|
||||
quality: 60,
|
||||
);
|
||||
},
|
||||
onTap: () => PageUtils.imageView(
|
||||
imgList: [SourceModel(url: imgUrl)],
|
||||
quality: 60,
|
||||
),
|
||||
child: CachedNetworkImage(
|
||||
width: size,
|
||||
height: size,
|
||||
|
||||
Reference in New Issue
Block a user