This commit is contained in:
2026-06-28 16:12:57 +03:00
parent f2d444cb16
commit 5891440a0c
3 changed files with 125 additions and 76 deletions
+2 -2
View File
@@ -109,8 +109,8 @@ final cardHeightProvider = NotifierProvider<CardHeightNotifier, double>(
class CardHeightNotifier extends Notifier<double> {
static const _key = 'card_height';
static const _minHeight = 160.0;
static const _maxHeight = 280.0;
static const _minHeight = 140.0;
static const _maxHeight = 200.0;
static const _defaultHeight = 200.0;
@override