mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user