axisDirection property

AxisDirection axisDirection
final

The AxisDirection of the Axis of the Span.

When AxisDirection.down or AxisDirection.up, which would be Axis.vertical, a column is being painted. When AxisDirection.left or AxisDirection.right, which would be Axis.horizontal, a row is being painted.

Implementation

final AxisDirection axisDirection;