ScrollNotificationPublisher constructor

ScrollNotificationPublisher({
  1. Key? key,
  2. required Widget child,
})

Implementation

ScrollNotificationPublisher({Key? key, required Widget child})
    : super(key: key, child: child);