opt: more panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-09 15:32:42 +08:00
parent a3ecf59fae
commit fe2a6ec006
5 changed files with 28 additions and 7 deletions

View File

@@ -72,8 +72,10 @@ class ReplyItem extends StatelessWidget {
feedBack();
showModalBottomSheet(
context: context,
useRootNavigator: true,
isScrollControlled: true,
constraints: BoxConstraints(
maxWidth: min(640, min(Get.width, Get.height)),
),
builder: (context) {
return morePanel(
context: context,
@@ -498,8 +500,10 @@ class ReplyItem extends StatelessWidget {
feedBack();
showModalBottomSheet(
context: context,
useRootNavigator: true,
isScrollControlled: true,
constraints: BoxConstraints(
maxWidth: min(640, min(Get.width, Get.height)),
),
builder: (context) {
return morePanel(
context: context,

View File

@@ -79,8 +79,10 @@ class ReplyItemGrpc extends StatelessWidget {
// );
showModalBottomSheet(
context: context,
useRootNavigator: true,
isScrollControlled: true,
constraints: BoxConstraints(
maxWidth: min(640, min(Get.width, Get.height)),
),
builder: (context) {
return morePanel(
context: context,
@@ -532,8 +534,10 @@ class ReplyItemGrpc extends StatelessWidget {
feedBack();
showModalBottomSheet(
context: context,
useRootNavigator: true,
isScrollControlled: true,
constraints: BoxConstraints(
maxWidth: min(640, min(Get.width, Get.height)),
),
builder: (context) {
return morePanel(
context: context,