progressDirection property

TextDirection progressDirection
final

Defines if steps grow from left-to-right / top-to-bottom TextDirection.ltr or right-to-left / bottom-to-top TextDirection.rtl

Default value: TextDirection.ltr

Implementation

final TextDirection progressDirection;