scrollDirection property

Axis scrollDirection
final

Match scrollDirection to the scrolling direction of child.

  • This positions the curtains accordingly and decides what the terms start and end mean throughought this Curtains.
  • Defaults to Axis.vertical, like ListView

Implementation

final Axis scrollDirection;