feat: pgc review

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-24 18:17:57 +08:00
parent 8e1b2be073
commit 70164fa3f7
18 changed files with 1140 additions and 108 deletions

View File

@@ -157,7 +157,8 @@ class RequestUtils {
context: context,
useSafeArea: true,
isScrollControlled: true,
sheetAnimationStyle: const AnimationStyle(curve: Curves.ease),
sheetAnimationStyle:
const AnimationStyle(curve: Curves.ease),
constraints: BoxConstraints(
maxWidth: min(640, min(Get.width, Get.height)),
),