isForward property
if the ScrollDirection of ListView is ScrollDirection.forward, isForward will be true
Implementation
bool isForward = true;
if the ScrollDirection of ListView is ScrollDirection.forward, isForward will be true
bool isForward = true;