OverscrollIndicatorNotification constructor
Creates a notification that an GlowingOverscrollIndicator will start showing an overscroll indication.
The leading
argument must not be null.
Implementation
OverscrollIndicatorNotification({
@required this.leading,
});