cross property

Axis get cross

Gets the axis that this one crosses.

Implementation

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