mainAxis property

Axis mainAxis
final

The main axis of the two.

Used to determine how to apply primary when true. This will not affect paint order or traversal order of TreeViewNodes. Nodes will be painted in the order they are laid out in the vertical axis. For tree traversal, see TreeViewTraversalOrder.

Defaults to Axis.vertical.

Implementation

final Axis mainAxis;