axisDirection property

AxisDirection axisDirection
final

The direction in which the offset's ViewportOffset.pixels increases.

For example, if the axisDirection is AxisDirection.down, a scroll offset of zero is at the top of the viewport and increases towards the bottom of the viewport.

Implementation

final AxisDirection axisDirection;