Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-29 13:35:51 +08:00
parent bcbfe5c849
commit 5979ddb60c
46 changed files with 3266 additions and 3293 deletions

View File

@@ -976,17 +976,15 @@ class ReplyItemGrpc extends StatelessWidget {
Get.back();
showDialog(
context: context,
builder: (context) {
return Dialog(
child: Padding(
padding: const .symmetric(horizontal: 20, vertical: 16),
child: SelectableText(
message,
style: const TextStyle(fontSize: 15, height: 1.7),
),
builder: (context) => Dialog(
child: Padding(
padding: const .symmetric(horizontal: 20, vertical: 16),
child: SelectableText(
message,
style: const TextStyle(fontSize: 15, height: 1.7),
),
);
},
),
),
);
},
minLeadingWidth: 0,