Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-16 12:57:19 +08:00
parent 0dd3689d65
commit 13818533a7
18 changed files with 154 additions and 161 deletions

View File

@@ -57,7 +57,7 @@ class _MatchInfoPageState extends CommonDynPageState<MatchInfoPage> {
],
),
),
),
).constraintWidth(),
floatingActionButton: SlideTransition(
position: fabAnim,
child: replyButton,
@@ -220,7 +220,7 @@ class _MatchInfoPageState extends CommonDynPageState<MatchInfoPage> {
replyType: controller.replyType,
firstFloor: replyItem,
),
),
).constraintWidth(),
),
);
});