isScrolledPast method

bool isScrolledPast(
  1. double pixels
)

Implementation

bool isScrolledPast(double pixels) => hasClients && offset > pixels;