ScrollEventNotifier constructor

ScrollEventNotifier(
  1. bool _isScrolling,
  2. bool _isReverseScrolling
)

Implementation

ScrollEventNotifier(this._isScrolling, this._isReverseScrolling);