scrollNotificationController property

StreamController<ScrollNotification> scrollNotificationController
final

Implementation

final StreamController<ScrollNotification> scrollNotificationController =
    StreamController<ScrollNotification>.broadcast();