cancelPendingHistory method

void cancelPendingHistory()

Drop all pending history scroll state including wheel pixel remainder.

Implementation

void cancelPendingHistory() {
  cancelPendingHistoryFlushes();
  _historyWheelAccumulator.reset();
}