ScrollNotificationPredicateCallable typedef

ScrollNotificationPredicateCallable = Callable1<bool, ScrollNotification>

typedef ScrollNotificationPredicate = bool Function(ScrollNotification notification);

Implementation

typedef ScrollNotificationPredicateCallable
    = Callable1<bool, ScrollNotification>;