mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
@@ -135,7 +135,10 @@ class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
|
|||||||
automaticallyImplyActions: automaticallyImplyActions,
|
automaticallyImplyActions: automaticallyImplyActions,
|
||||||
flexibleSpace: maxExtent == .infinity
|
flexibleSpace: maxExtent == .infinity
|
||||||
? flexibleSpace
|
? flexibleSpace
|
||||||
: FlexibleSpaceBar(background: flexibleSpace),
|
: IgnorePointer(
|
||||||
|
ignoring: isScrolledUnder,
|
||||||
|
child: FlexibleSpaceBar(background: flexibleSpace),
|
||||||
|
),
|
||||||
bottom: bottom,
|
bottom: bottom,
|
||||||
elevation: isScrolledUnder ? elevation : 0.0,
|
elevation: isScrolledUnder ? elevation : 0.0,
|
||||||
scrolledUnderElevation: scrolledUnderElevation,
|
scrolledUnderElevation: scrolledUnderElevation,
|
||||||
|
|||||||
Reference in New Issue
Block a user