Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-13 11:49:38 +08:00
parent f824477ddb
commit c05fbde3fa
106 changed files with 2780 additions and 3200 deletions

View File

@@ -42,11 +42,8 @@ class FavFolderItem extends StatelessWidget {
width: 180,
height: 110,
margin: const EdgeInsets.only(bottom: 8),
clipBehavior: Clip.hardEdge,
decoration: BoxDecoration(
borderRadius: const BorderRadius.all(Radius.circular(12)),
color:
theme.colorScheme.onInverseSurface.withValues(alpha: 0.4),
boxShadow: [
BoxShadow(
color: theme.colorScheme.onInverseSurface
@@ -58,7 +55,7 @@ class FavFolderItem extends StatelessWidget {
],
),
child: LayoutBuilder(
builder: (context, BoxConstraints box) {
builder: (context, box) {
return Hero(
tag: heroTag,
child: NetworkImgLayer(