Reduce corner smoothing from 1.0 -> 0.6
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user