isScrollSamplingActive property
Whether the periodic scroll sampler is currently running.
Implementation
@visibleForTesting
bool get isScrollSamplingActive => _scrollTimer != null;
Whether the periodic scroll sampler is currently running.
@visibleForTesting
bool get isScrollSamplingActive => _scrollTimer != null;