feat: dyn reserve

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-13 14:56:13 +08:00
parent d15b8091bc
commit 152eaf2627
6 changed files with 177 additions and 75 deletions

View File

@@ -82,16 +82,14 @@ class _RepostPanelState extends CommonPublishPageState<RepostPanel> {
children: [
SizedBox(height: _isMax ? 16 : 10),
_buildAppBar(theme),
if (_isMax)
Expanded(child: _buildEditPanel(theme))
else
_buildEditPanel(theme),
if (_isMax.not)
..._biuldDismiss(theme)
else ...[
if (_isMax) ...[
Expanded(child: _buildEditPanel(theme)),
_buildToolbar,
buildPanelContainer(Colors.transparent),
]
] else ...[
_buildEditPanel(theme),
..._biuldDismiss(theme),
],
],
),
);