isNestedScrolling property

bool isNestedScrolling
getter/setter pair

Whether this scroll position are currently overscrolling. FYI, If this value is true, will perform a non-clamping or non-bouncing scrolling.

Implementation

bool isNestedScrolling = false;