defaultNotificationPredicate function

bool defaultNotificationPredicate(
  1. ScrollNotification notification
)

Implementation

bool defaultNotificationPredicate(ScrollNotification notification) {
  return true;
  //return notification.depth == 0;
}