crossAxis property
LayoutAxis
get
crossAxis
See mainAxis
Implementation
LayoutAxis get crossAxis =>
this == Direction.horizontal ? LayoutAxis.y : LayoutAxis.x;
See mainAxis
LayoutAxis get crossAxis =>
this == Direction.horizontal ? LayoutAxis.y : LayoutAxis.x;