scrollDirection property

Axis scrollDirection
final

The scroll direction of the ruler.

Specifies whether the ruler scrolls vertically or horizontally. This can be set to either Axis.horizontal or Axis.vertical.

Implementation

final Axis scrollDirection;