direction property

Axis direction
final

The direction to use as the main axis.

For example, if direction is Axis.horizontal, the default, the children are placed adjacent to one another as in a Row.

Implementation

final Axis direction;