atStart property

bool atStart

atStart indicate if the scroll is at the start position (offset 0)

Implementation

bool get atStart => offset == 0.0;