defaultScrollNotificationPredicate function

bool defaultScrollNotificationPredicate(
  1. ScrollNotification notification
)

Implementation

bool defaultScrollNotificationPredicate(ScrollNotification notification) {
  return notification.depth == 0;
}