WidgetsScrollNotificationEx<T extends BuildContext> extension
- on
-
- T
Methods
-
overscrollNotification(
{required ScrollMetrics metrics, DragUpdateDetails? dragDetails, required double overscroll, double velocity = 0.0}) → OverscrollNotification -
Available on T, provided by the WidgetsScrollNotificationEx extension
OverscrollNotification -
scrollEndNotification(
{required ScrollMetrics metrics, DragEndDetails? dragDetails}) → ScrollEndNotification -
Available on T, provided by the WidgetsScrollNotificationEx extension
ScrollEndNotification -
scrollUpdateNotification(
{required ScrollMetrics metrics, DragUpdateDetails? dragDetails, double? scrollDelta, int? depth}) → ScrollUpdateNotification -
Available on T, provided by the WidgetsScrollNotificationEx extension
ScrollUpdateNotification -
userScrollNotification(
{required ScrollMetrics metrics, required ScrollDirection direction}) → UserScrollNotification -
Available on T, provided by the WidgetsScrollNotificationEx extension
UserScrollNotification