opt member profile

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-06 00:40:39 +08:00
parent 0bcc1a7f12
commit 077255e776

View File

@@ -135,7 +135,10 @@ class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
automaticallyImplyActions: automaticallyImplyActions,
flexibleSpace: maxExtent == .infinity
? flexibleSpace
: FlexibleSpaceBar(background: flexibleSpace),
: IgnorePointer(
ignoring: isScrolledUnder,
child: FlexibleSpaceBar(background: flexibleSpace),
),
bottom: bottom,
elevation: isScrolledUnder ? elevation : 0.0,
scrolledUnderElevation: scrolledUnderElevation,