sampleInterval property
Minimum interval between samples while scrolling is active.
Scrolling starts a periodic sampler at this rate; when scrolling ends the sampler stops (after one trailing sample), so idle screens cost nothing. Defaults to 180 ms — roughly 5 samples per second during an active scroll, which tracks content changes without competing with frame production.
Implementation
final Duration sampleInterval;