ScrollViewOnceObserveNotification constructor

ScrollViewOnceObserveNotification({
  1. bool isForce = false,
  2. bool isDependObserveCallback = true,
})

Implementation

ScrollViewOnceObserveNotification({
  this.isForce = false,
  this.isDependObserveCallback = true,
});