direction property

Axis direction
final

The visual direction of the spinbox layout.

In horizontal mode the increment and decrement buttons are on the sides, and in vertical mode the buttons are above and below the input field.

Defaults to Axis.horizontal.

Implementation

final Axis direction;