axis property

Axis axis
final

Determines whether the DragAndDropLists are displayed in a horizontal or vertical manner. Set axis to Axis.vertical for vertical arrangement of the lists. Set axis to Axis.horizontal for horizontal arrangement of the lists. If axis is set to Axis.horizontal, listWidth must be set to some finite number.

Implementation

final Axis axis;