verticalAxisDirection property
final
The direction in which the verticalOffset's ViewportOffset.pixels increases.
For example, if the axis direction is AxisDirection.down, a scroll offset of zero is at the top of the viewport and increases towards the bottom of the viewport.
Must be either AxisDirection.down or AxisDirection.up in correlation with an Axis.vertical.
Implementation
final AxisDirection verticalAxisDirection;