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

@@ -130,10 +130,7 @@ class _WhisperDetailPageState
],
),
body: Padding(
padding: EdgeInsets.only(
left: padding.left,
right: padding.right,
),
padding: EdgeInsets.only(left: padding.left, right: padding.right),
child: Column(
children: [
Expanded(
@@ -161,7 +158,7 @@ class _WhisperDetailPageState
SizedBox(height: padding.bottom),
],
),
),
).constraintWidth(),
);
}