setScrollNotification method

dynamic setScrollNotification(
  1. ScrollNotification scrollNotification
)

Implementation

setScrollNotification(ScrollNotification scrollNotification) {
  this.scrollNotification = scrollNotification;
  notifyListeners();
}