atEnd property

bool atEnd

atEnd indicate if the scroll is at the end position (offset max)

Implementation

bool get atEnd => offset == max;