direction property

Axis direction
final

The direction of the command bar. The default is Axis.horizontal. If direction is Axis.vertical, we recomment setting isCompact to true, and crossAxisAlignment to CrossAxisAlignment.start.

Implementation

final Axis direction;