notificationPredicate property

ScrollNotificationPredicate notificationPredicate
final

Determines whether the received ScrollNotification should be handled by this widget.

By default, it only accepts 0 depth level notifications. This can be helpful for more complex layouts with nested scrollviews.

Implementation

final ScrollNotificationPredicate notificationPredicate;