ScrollNotificationObserverModifier constructor

const ScrollNotificationObserverModifier({
  1. Key? key,
  2. Key? modifierKey,
  3. Widget? child,
})

Create a ScrollNotificationObserver.

The child parameter must not be null.

Implementation

const ScrollNotificationObserverModifier({
  super.key,
  super.modifierKey,
  super.child,
});