mainAxis property

LayoutAxis get mainAxis

The primary axis along which this layout arranges children.

Returns LayoutAxis.horizontal for row-based layouts or LayoutAxis.vertical for column-based layouts.

Implementation

LayoutAxis get mainAxis;