cross property

Axis cross

Gets the axis that this one crosses.

Implementation

Axis get cross => this == Axis.vertical ? Axis.horizontal : Axis.vertical;