direction property

Axis direction
final

The layout direction for the button group.

Axis.horizontal arranges buttons in a row, removing vertical borders between adjacent buttons. Axis.vertical arranges buttons in a column, removing horizontal borders between adjacent buttons.

Implementation

final Axis direction;