OverscrollIndicatorNotification constructor Null safety
- {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,
});