PullToRefreshScrollNotificationInfo constructor

PullToRefreshScrollNotificationInfo(
  1. PullToRefreshIndicatorMode? mode,
  2. double? dragOffset,
  3. Widget? refreshWidget,
  4. PullToRefreshNotificationState pullToRefreshNotificationState,
)

Implementation

PullToRefreshScrollNotificationInfo(this.mode, this.dragOffset,
    this.refreshWidget, this.pullToRefreshNotificationState);