ScrollNotificationPredicate typedef

ScrollNotificationPredicate = bool Function(ScrollNotification notification)

A predicate for ScrollNotification, used to customize widgets that listen to notifications from their children.

Implementation

typedef ScrollNotificationPredicate = bool Function(ScrollNotification notification);