ScrollNotificationCallable typedef

ScrollNotificationCallable = Callable1<void, ScrollNotification>

typedef ScrollNotificationCallback = void Function(ScrollNotification notification);

Implementation

typedef ScrollNotificationCallable = Callable1<void, ScrollNotification>;