isScrollSamplingActive property

  1. @visibleForTesting
bool get isScrollSamplingActive

Whether the periodic scroll sampler is currently running.

Implementation

@visibleForTesting
bool get isScrollSamplingActive => _scrollTimer != null;