increase image max ratio

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-06 12:43:55 +08:00
parent e843684109
commit 868f7f5055

View File

@@ -7,7 +7,7 @@ abstract final class StyleString {
static const Radius imgRadius = Radius.circular(10);
static const double aspectRatio = 16 / 10;
static const double aspectRatio16x9 = 16 / 9;
static const double imgMaxRatio = 22 / 9;
static const double imgMaxRatio = 3.0;
static const bottomSheetRadius = BorderRadius.vertical(
top: Radius.circular(18),
);