OverscrollIndicatorNotification constructor Null safety

OverscrollIndicatorNotification(
  1. {required bool leading}
)

Creates a notification that an GlowingOverscrollIndicator or a StretchingOverscrollIndicator will start showing an overscroll indication.

The leading argument must not be null.

Implementation

OverscrollIndicatorNotification({
  required this.leading,
});