inBetween property

bool inBetween

Whether the scrollable content's position is between starting and ending position.

Implementation

bool get inBetween {
  return (!(scrollController?.position.atEdge ?? false));
}