horizontalAxisDirection property

AxisDirection horizontalAxisDirection
final

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

For example, if the axis direction is AxisDirection.right, a scroll offset of zero is at the left of the viewport and increases towards the right of the viewport.

Must be either AxisDirection.left or AxisDirection.right in correlation with an Axis.horizontal.

Implementation

final AxisDirection horizontalAxisDirection;