isScrolling property

bool get isScrolling

是否正在滚动

Implementation

bool get isScrolling => _state?.isAnimating ?? false;