canBackward property

bool canBackward

canBackward indicate if the scrollbar can go to a previous element (!atStart).

Implementation

bool get canBackward => !atStart;