processOverscrollNotification method

void processOverscrollNotification(
  1. OverscrollNotification notification,
  2. ScrollController sender
)

Implementation

void processOverscrollNotification(
    OverscrollNotification notification, ScrollController sender) {
  // TODO:
  debugPrint('Overscroll: $notification');
}