Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-06 20:58:49 +08:00
parent 7ab2cf973f
commit cc1704a021
4 changed files with 39 additions and 21 deletions

View File

@@ -159,7 +159,7 @@ class _DynTopicPageState extends State<DynTopicPage> with DynMixin {
Loading() => const SliverAppBar(),
Success(:final response) when response != null => DynamicSliverAppBarMedium(
pinned: true,
afterCalc: (value) =>
onPerformLayout: (value) =>
_controller.appbarOffset = value - kToolbarHeight - padding.top,
title: IgnorePointer(child: Text(response.topicItem!.name)),
flexibleSpace: Container(