We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7304a commit 14ecd55Copy full SHA for 14ecd55
example/lib/features/scene/waterfall_flow_demo/waterfall_flow_page.dart
@@ -37,6 +37,7 @@ class WaterfallFlowPageState extends State<WaterfallFlowPage> {
37
body: SliverViewObserver(
38
child: _buildBody(),
39
leadingOffset: observeOffset,
40
+ scrollNotificationPredicate: defaultScrollNotificationPredicate,
41
autoTriggerObserveTypes: const [
42
ObserverAutoTriggerObserveType.scrollEnd,
43
],
0 commit comments