vertical property

bool vertical
final

If true, rotates all InputSlider by 90 degrees. Keeps the orientation of the TextFields and the leading widgets. Default is false.

Note: This puts all InputSlider inside a Row instead of a Column.

Implementation

final bool vertical;