ScrollNotificationCallable typedef
typedef ScrollNotificationCallback = void Function(ScrollNotification notification);
Implementation
typedef ScrollNotificationCallable = Callable1<void, ScrollNotification>;
typedef ScrollNotificationCallback = void Function(ScrollNotification notification);
typedef ScrollNotificationCallable = Callable1<void, ScrollNotification>;