canBackward property

bool canBackward

canBackward indicate if the scrollbar is at the start position.

Implementation

bool get canBackward => positions.isNotEmpty && position.hasPixels ? offset == 0 : false;