canForward property

bool canForward

canForward indicate if the scrollbar is at the end position.

Implementation

bool get canForward => positions.isNotEmpty && position.hasPixels ? offset == max : false;