ScrollNotificationObserver constructor

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

Create a ScrollNotificationObserver.

Implementation

const ScrollNotificationObserver({
  super.key,
  required this.child,
});