Reduce corner smoothing from 1.0 -> 0.6

This commit is contained in:
AmanRajSinghMourya
2025-07-09 21:47:10 +05:30
parent 30262f82a5
commit 2595fdebae
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class AlbumRowItemWidget extends StatelessWidget {
final SelectedAlbums? selectedAlbums;
static const _borderWidth = 1.0;
static const _cornerRadius = 12.0;
static const _cornerSmoothing = 1.0;
static const _cornerSmoothing = 0.6;
const AlbumRowItemWidget(
this.c,

View File

@@ -13,7 +13,7 @@ class DeviceFolderItem extends StatelessWidget {
final double sideOfThumbnail;
static const _cornerRadius = 12.0;
static const _cornerSmoothing = 1.0;
static const _cornerSmoothing = 0.6;
static const _borderWidth = 1.0;
const DeviceFolderItem(