mainAxis property
final
The main axis of the two.
Used to determine the paint order of the children of the viewport. When the main axis is Axis.vertical, children will be painted in row major order, according to their associated ChildVicinity. When the main axis is Axis.horizontal, the children will be painted in column major order.
Implementation
final Axis mainAxis;