WidgetsScrollNotificationEx<T extends BuildContext> extension

on
  • T

Methods

overscrollNotification({required ScrollMetrics metrics, DragUpdateDetails? dragDetails, required double overscroll, double velocity = 0.0}) OverscrollNotification
OverscrollNotification
scrollEndNotification({required ScrollMetrics metrics, DragEndDetails? dragDetails}) ScrollEndNotification
ScrollEndNotification
scrollUpdateNotification({required ScrollMetrics metrics, DragUpdateDetails? dragDetails, double? scrollDelta, int? depth}) ScrollUpdateNotification
ScrollUpdateNotification
userScrollNotification({required ScrollMetrics metrics, required ScrollDirection direction}) UserScrollNotification
UserScrollNotification