OverscrollIndicatorNotification constructor

OverscrollIndicatorNotification({
  1. required bool leading,
})

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

Implementation

OverscrollIndicatorNotification({
  required this.leading,
});